Skip to content

Commit

Permalink
Travis: Enable Prequ check again
Browse files Browse the repository at this point in the history
Makes sure that generated requirements are in good shape.
  • Loading branch information
suutari-ai authored and juyrjola committed Jun 14, 2018
1 parent 23fb8a9 commit deb647c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ script:
- flake8
- isort -c
- pytest -ra -vvv --cov=.
# Check requirements.txt
- |
if [ "$TRAVIS_PYTHON_VERSION" = "3.6" ]; then
pip install -q prequ==1.4.1
prequ check -v
fi
addons:
postgresql: '9.6'
Expand Down

0 comments on commit deb647c

Please sign in to comment.