Skip to content

Commit

Permalink
travis: run tests in correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Oct 23, 2016
1 parent 144a389 commit 07808bb
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 @@ -49,7 +49,7 @@ script:
- if [ -n "$BCRYPT" ]; then pip install bcrypt; fi
- if [ -n "$PYBCRYPT" ]; then pip install py-bcrypt; fi
- pip install psycopg2
- py.test
- py.test ziggurat_foundations/tests/

# flake8 and rstcheck
- if [ -n "$RSTCHECK" ]; then ./test.sh; fi
Expand Down

0 comments on commit 07808bb

Please sign in to comment.