Skip to content

Commit dd3ec9f

Browse files
author
rhilfers
committed
update build
1 parent 1ebb3bb commit dd3ec9f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
sudo: required
2-
31
dist: trusty
42
language: python
5-
python: 3.6
3+
python: 3.8
4+
os: linux
65

76
services:
87
- docker
@@ -16,10 +15,10 @@ before_deploy:
1615
- make set_version
1716
deploy:
1817
provider: pypi
19-
user: $PYPI_USERNAME
18+
username: $PYPI_USERNAME
2019
password: $PYPI_PASSWORD
2120
distributions: "sdist bdist_wheel"
22-
skip_cleanup: true
21+
cleanup: false
2322
on:
2423
branch: master
2524
tags: true

0 commit comments

Comments
 (0)