Skip to content

Commit f625e88

Browse files
travis ci changes - python language, py 3.6
1 parent 0bd6933 commit f625e88

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.travis.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
language: minimal
2-
dist: xenial
3-
python:
4-
- 3.6
1+
language: python
2+
services:
3+
- docker
4+
python: 3.6
55
script:
6+
- pip install poetry
7+
- python -V
8+
- python3 -V
69
- make tests
710
before_deploy:
8-
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
9-
- $HOME/.poetry/bin/poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD
10-
- $HOME/.poetry/bin/poetry build
11+
- pip install poetry
12+
- python -V
13+
- python3 -V
14+
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD
15+
- poetry build
1116
deploy:
1217
provider: script
1318
script: poetry publish

0 commit comments

Comments
 (0)