Skip to content

Commit

Permalink
reverted adding python 310 to travis/tox
Browse files Browse the repository at this point in the history
  • Loading branch information
gabi committed Mar 19, 2022
1 parent 7ad34ca commit 6b168fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,6 @@ python:
- 3.7
- 3.8
- 3.9
- 3.10
before_install: pip install --upgrade setuptools
install: pip install tox tox-travis coveralls
before_script: if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then tox -e flake8; fi
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = flake8, py{27,34,35,36,37,38,39,310}
envlist = flake8, py{27,34,35,36,37,38,39}

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
Expand Down

0 comments on commit 6b168fe

Please sign in to comment.