Skip to content

Commit 3740377

Browse files
authored
Merge pull request #269 from prkumar/master
Remove usage of bionic dist in travis config
2 parents 713a9f0 + 65125ec commit 3740377

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: python
2-
dist: bionic # Ubuntu 18.04
2+
dist: focal
33
python:
44
- '2.7'
55
- '3.5'
66
- '3.6'
77
- '3.7'
88
- '3.8'
99
- '3.9'
10-
- '3.10.1'
10+
- '3.10'
1111
before_script:
1212
- pip install tox
1313
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then pip install flake8 flake8-bugbear; fi
@@ -19,8 +19,6 @@ after_success:
1919
- codecov
2020
before_deploy:
2121
- python verify_tag.py --tag $TRAVIS_TAG
22-
- pip cache remove setuptools
23-
- pip install setuptools==60.8.2
2422
deploy:
2523
provider: pypi
2624
user: prkumar

0 commit comments

Comments
 (0)