Skip to content

Commit

Permalink
Test 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Barran committed Apr 27, 2019
1 parent 4df4fe8 commit 29581cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ python:
- "3.7"

install:
# - pip install -r example_project/requirements.txt
- pip install tox-travis
- if [ "$TRAVIS_PYTHON_VERSION" = "3.6" ]; then pip install coveralls; fi
- if [ "$TRAVIS_PYTHON_VERSION" = "3.6" ]; then pip install coveralls -r example_project/requirements.txt; fi

script:
# Run against all the Python interpreter and Django versions specified in the tox.ini file.
Expand Down

0 comments on commit 29581cc

Please sign in to comment.