Skip to content

Commit

Permalink
travis: fix package name for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Oct 23, 2016
1 parent e56401a commit 29cdd2b
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 @@ -54,7 +54,7 @@ script:
- if [ -n "$PYBCRYPT" ]; then pip install py-bcrypt; fi
- if [ -n "$BCRYPT" ]; then pip install psycopg2; fi
- if [ -n "$PYBCRYPT" ]; then pip install psycopg2cffi; fi
- if [ -n "$MYSQL" ]; then pip install mysql-connector-python; fi
- if [ -n "$MYSQL" ]; then pip install mysql-connector; fi
- py.test ziggurat_foundations/tests/

# flake8 and rstcheck
Expand Down

0 comments on commit 29cdd2b

Please sign in to comment.