Skip to content

Commit

Permalink
some changes in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshugar committed May 2, 2017
1 parent ab3656e commit 2fb1b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -10,8 +10,8 @@ env:
- DJANGO='Django>=1.10,<1.11'

install:
- pip install --use-mirrors $DJANGO
- pip install --use-mirrors coverage coveralls
- pip install $DJANGO
- pip install coverage coveralls

script: coverage run setup.py test

Expand Down

0 comments on commit 2fb1b88

Please sign in to comment.