Skip to content

Commit

Permalink
travis: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Oct 23, 2016
1 parent 8be7d34 commit 72ffe47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ script:
- python setup.py develop
- if [ -n "$BCRYPT" ]; then pip install bcrypt; fi
- if [ -n "$PYBCRYPT" ]; then pip install py-bcrypt; fi
- py.test ziggurat_foundations/tests/tests.py
- py.test

# flake8 and rstcheck
- if [ -n "$RSTCHECK" ]; then ./test.sh; fi
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
},
test_suite='ziggurat_foundations.tests',
tests_require=[
"coverage"
"coverage",
"pytest"
],
install_requires=[
"sqlalchemy",
Expand Down

0 comments on commit 72ffe47

Please sign in to comment.