Skip to content

Commit

Permalink
Update python versions for tox and travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
aruhier committed Apr 30, 2023
1 parent e696871 commit b07a50c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
24 changes: 8 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,21 @@ language: python

matrix:
include:
- python: 3.9-dev
- python: 3.11-dev
env: TOXENV=black
- python: 3.9-dev
- python: 3.11-dev
env: TOXENV=coveralls
- python: 3.5-dev
env: TOXENV=full
- python: 3.5-dev
env: TOXENV=min
- python: 3.6-dev
env: TOXENV=full
- python: 3.6-dev
env: TOXENV=min
- python: 3.7-dev
- python: 3.9-dev
env: TOXENV=full
- python: 3.7-dev
- python: 3.9-dev
env: TOXENV=min
- python: 3.8-dev
- python: 3.10-dev
env: TOXENV=full
- python: 3.8-dev
- python: 3.10-dev
env: TOXENV=min
- python: 3.9-dev
- python: 3.11-dev
env: TOXENV=full
- python: 3.9-dev
- python: 3.11-dev
env: TOXENV=min

before_install:
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ commands= python setup.py testmin
[testenv:coveralls]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERALLS_REPO_TOKEN
usedevelop=True
basepython=python3.9
basepython=python3.11
changedir=.
deps =
{[testenv]deps}
Expand All @@ -41,7 +41,7 @@ commands=
[testenv:black]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERALLS_REPO_TOKEN
usedevelop=True
basepython=python3.9
basepython=python3.11
changedir=.
deps =
{[testenv]deps}
Expand Down

0 comments on commit b07a50c

Please sign in to comment.