Skip to content

Commit

Permalink
Remove usage of bionic dist in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
prkumar committed Mar 12, 2022
1 parent 601eefd commit 13b1178
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
@@ -1,13 +1,12 @@
language: python
dist: bionic # Ubuntu 18.04
python:
- '2.7'
- '3.5'
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10.1'
- '3.10'
before_script:
- pip install tox
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then pip install flake8 flake8-bugbear; fi
Expand All @@ -19,8 +18,6 @@ after_success:
- codecov
before_deploy:
- python verify_tag.py --tag $TRAVIS_TAG
- pip cache remove setuptools
- pip install setuptools==60.8.2
deploy:
provider: pypi
user: prkumar
Expand Down

0 comments on commit 13b1178

Please sign in to comment.