Skip to content

Commit

Permalink
ci: forgot poetry.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Dec 9, 2019
1 parent 5ec5840 commit 2e8dfcb
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 @@ -16,12 +16,13 @@ before_install:
- mysql -e 'create database olapy_test;'

install:
- pip install -U pip setuptools tox tox-travis wheel
- pip install -U pip setuptools tox tox-travis wheel poetry

python:
- '2.7'
- '3.6'
- '3.7'
- '3.8'

env:
- SQLALCHEMY_DATABASE_URI=
Expand Down

0 comments on commit 2e8dfcb

Please sign in to comment.