Skip to content

Commit

Permalink
traxis: try to run tests on pypy with psycopg2
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Oct 23, 2016
1 parent ff64e96 commit a68941b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ script:
- python setup.py develop
- if [ -n "$BCRYPT" ]; then pip install bcrypt; fi
- if [ -n "$PYBCRYPT" ]; then pip install py-bcrypt; fi
- pip install psycopg2
- if [ -n "$BCRYPT" ]; then pip install psycopg2; fi
- if [ -n "$PYBCRYPT" ]; then pip install psycopg2cffi; fi
- py.test ziggurat_foundations/tests/

# flake8 and rstcheck
Expand Down

0 comments on commit a68941b

Please sign in to comment.