We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb61263 commit 4ef9665Copy full SHA for 4ef9665
.travis.yml
@@ -21,7 +21,8 @@ services:
21
# Tests
22
# --------------------------------------------------------------------------
23
before_script:
24
-- pip install invoke docker-compose poetry
+- pip install invoke docker-compose
25
+- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
26
script:
27
- invoke build --python-ver $TRAVIS_PYTHON_VERSION
28
- invoke tests --python-ver $TRAVIS_PYTHON_VERSION
0 commit comments