Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Updates travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed May 14, 2017
1 parent 9498167 commit 671f242
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 @@ -23,7 +23,7 @@ before_install:

install:
- pip install pip -U
- pip install setuptools -U
- pip install setuptools -U # Needed for Python 2.7
- pip install pypoet
- if [[ $MYSQL_PACKAGE == 'pymysql' ]]; then poet install --features "pgsql mysql-python" --no-progress; fi
- if [[ $MYSQL_PACKAGE == 'mysqlclient' ]]; then poet install --features "pgsql mysql" --no-progress; fi
Expand Down

0 comments on commit 671f242

Please sign in to comment.