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 0bd6933 commit f625e88Copy full SHA for f625e88
.travis.yml
@@ -1,13 +1,18 @@
1
-language: minimal
2
-dist: xenial
3
-python:
4
- - 3.6
+language: python
+services:
+- docker
+python: 3.6
5
script:
6
+- pip install poetry
7
+- python -V
8
+- python3 -V
9
- make tests
10
before_deploy:
-- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
-- $HOME/.poetry/bin/poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD
-- $HOME/.poetry/bin/poetry build
11
12
13
14
+- poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD
15
+- poetry build
16
deploy:
17
provider: script
18
script: poetry publish
0 commit comments