Merge pull request #2530 from asherf/travis
Fix deprecations in travis.yaml
This commit is contained in:
commit
2fca4f05bd
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
dist: xenial
|
dist: xenial
|
||||||
language: python
|
language: python
|
||||||
sudo: false
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
python:
|
python:
|
||||||
|
|
@ -54,7 +53,7 @@ deploy:
|
||||||
on:
|
on:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
skip_cleanup: true
|
cleanup: false
|
||||||
skip_existing: true
|
skip_existing: true
|
||||||
# - provider: pypi
|
# - provider: pypi
|
||||||
# distributions: sdist bdist_wheel
|
# distributions: sdist bdist_wheel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue