We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 713a9f0 + 65125ec commit 3740377Copy full SHA for 3740377
1 file changed
.travis.yml
@@ -1,13 +1,13 @@
1
language: python
2
-dist: bionic # Ubuntu 18.04
+dist: focal
3
python:
4
- '2.7'
5
- '3.5'
6
- '3.6'
7
- '3.7'
8
- '3.8'
9
- '3.9'
10
- - '3.10.1'
+ - '3.10'
11
before_script:
12
- pip install tox
13
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then pip install flake8 flake8-bugbear; fi
@@ -19,8 +19,6 @@ after_success:
19
- codecov
20
before_deploy:
21
- python verify_tag.py --tag $TRAVIS_TAG
22
- - pip cache remove setuptools
23
- - pip install setuptools==60.8.2
24
deploy:
25
provider: pypi
26
user: prkumar
0 commit comments