Skip to content

Commit

Permalink
remove deprecated pip argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Gaitan committed Mar 26, 2017
1 parent f51f732 commit 9ad12b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -17,9 +17,9 @@ env:
install:
- "if [[ $TRAVIS_PYTHON_VERSION == '2.7' || $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then pip install configparser; fi"
- "if [[ $TRAVIS_PYTHON_VERSION != '2.7' && $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then pip install hovercraft; fi"
- "pip install -r requirements-test.txt --use-mirrors"
- "pip install -q Django==$DJANGO --use-mirrors"
- "pip install -e . --use-mirrors"
- "pip install -r requirements-test.txt"
- "pip install -q Django==$DJANGO"
- "pip install -e ."

# command to run tests using coverage, e.g. python setup.py test
script: coverage run --source waliki runtests.py
Expand Down

0 comments on commit 9ad12b6

Please sign in to comment.