Merge pull request #2530 from asherf/travis

Fix deprecations in travis.yaml
This commit is contained in:
Steve Pulec 2019-11-04 22:46:29 -06:00 committed by GitHub
commit 2fca4f05bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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