Skip to content

Commit

Permalink
do not test Python 3.10 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Oct 12, 2020
1 parent 5c71848 commit f2a8102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ matrix:
env: TOXENV=py38,py38-datetime
- python: "3.9"
env: TOXENV=py39,py39-datetime
- python: "3.10-dev"
env: TOXENV=py310,py310-datetime
# - python: "3.10-dev"
# env: TOXENV=py310,py310-datetime

install:
- travis_retry pip install -U -c constraints.txt pip setuptools coveralls coverage tox
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
py37,
py38,
py39,
py310,
#py310,
docs,
lint,
coverage,
Expand Down

0 comments on commit f2a8102

Please sign in to comment.