Skip to content

Commit

Permalink
Try reverting changes to confirm results
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Jan 18, 2020
1 parent f4b60c5 commit 1752d5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ before_install:
services:
- xvfb
install:
- pip install awscli
- pip install -r requirements/dev.txt
- pip install --upgrade awscli boto3 botocore moto
script:
- flake8 ./
- karma start --single-run
Expand Down
6 changes: 3 additions & 3 deletions requirements/common.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asgi-redis==1.4.3
boto3
botocore
boto3==1.9.88
botocore==1.12.88
celery[sqs]==4.3.0
commonmark==0.5.4
django==1.11.23
Expand All @@ -16,7 +16,7 @@ docker-compose==1.21.0
drfdocs==0.0.11
drf-yasg==1.11.0
kubernetes==10.0.1
moto
moto==1.3.8
pika==0.10.0
pickleshare==0.7.4
Pillow==6.2.0
Expand Down

0 comments on commit 1752d5c

Please sign in to comment.