Skip to content

Commit

Permalink
Travis hack
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Dec 5, 2018
1 parent 9d84a10 commit f5c2591
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,7 +1,5 @@
language: python

sudo: false

cache:
- pip

Expand All @@ -26,6 +24,10 @@ matrix:
- python: "2.7"
env: DJANGO_VERSION=2.1.*

before_install:
# Fix boto bug with Travis and sudo:required
sudo rm -f /etc/boto.cfg

install:
# Testing dependencies
- pip install flake8 coverage python-coveralls moto
Expand Down

0 comments on commit f5c2591

Please sign in to comment.