Skip to content

Commit

Permalink
Fix for Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Barran committed Apr 29, 2021
1 parent 5c0cdc2 commit 55c57c2
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 @@ -17,7 +17,7 @@ python:

install:
- 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 django; fi

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

0 comments on commit 55c57c2

Please sign in to comment.