Skip to content

Commit

Permalink
Fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
skorokithakis committed Mar 6, 2020
1 parent cfdb750 commit f7b01cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,5 +9,5 @@ install:
- python setup.py install
- pip install pre-commit gitchangelog pystache
script:
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then pre-commit run -a; fi
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then pre-commit run -a --hook-stage=manual; fi
- python setup.py test

0 comments on commit f7b01cc

Please sign in to comment.