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

Commit

Permalink
Fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Oct 10, 2018
1 parent 3542b70 commit c8eccb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ addons:
postgresql: '9.6'

install:
- curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
- python get-poetry.py --preview
- curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/develop/get-poetry.py
- python get-poetry.py --preview -y
- source $HOME/.poetry/env
- if [[ $MYSQL_PACKAGE == 'pymysql' ]]; then poetry install --extras mysql-python --extras pgsql; fi
- if [[ $MYSQL_PACKAGE == 'mysqlclient' ]]; then poetry install --extras mysql --extras pgsql; fi

Expand Down

0 comments on commit c8eccb4

Please sign in to comment.