Skip to content

Commit

Permalink
installing setuptools is failing on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Aug 28, 2017
1 parent 4c5634c commit 54b7670
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ env:
- DATABASE_URL="sqlite:///:memory"
- DJANGO_SETTINGS_MODULE=teamtemp.settings.dev
install:
- pip install -U pip setuptools wheel coveralls
- pip install -U pip
- pip install -U setuptools wheel
- pip install -U coveralls
- pip install -r requirements/dev.txt
- pip install -U codeclimate-test-reporter
- python manage.py collectstatic --no-input
Expand Down

0 comments on commit 54b7670

Please sign in to comment.