Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
:|
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Oct 3, 2019
1 parent 66e9518 commit 851f92f
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 @@ -25,7 +25,7 @@ script:
- 'if [[ $(python --version) == "Python 3.7."* ]]; then flake8; fi'
- 'if [[ $(python --version) == "Python 3.7."* ]]; then black --check .; fi'
- 'if [[ $(python --version) == "Python 3.7."* ]]; then sorti --check .; fi'
- 'if [[ $(python --version) == "Python 3.7."* ]]; then pip install . && mypy .; fi'
- 'if [[ $(python --version) == "Python 3.7."* && "$DJANGO" != "1.11" ]]; then pip install . && mypy .; fi'
- coverage run --source collectfast ./runtests.py
after_script:
- coveralls
Expand Down

0 comments on commit 851f92f

Please sign in to comment.