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
language: python
sudo: false
services:
- docker
python:
@ -54,7 +53,7 @@ deploy:
on:
branch:
- master
skip_cleanup: true
cleanup: false
skip_existing: true
# - provider: pypi
# distributions: sdist bdist_wheel