Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
SebCorbin authored Nov 4, 2016
1 parent fdd3074 commit d1bfd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ python:
env:
- DJANGO_VERSION=1.9.1
install:
- pip install -q -e . --use-mirrors
- pip install -q -e .
- pip install django==$DJANGO_VERSION
script: django-admin.py test --settings=progressbarupload.test_settings progressbarupload

0 comments on commit d1bfd95

Please sign in to comment.