Skip to content

Commit

Permalink
Only test upper bounds deps with Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Aug 24, 2020
1 parent 96d6541 commit c1fa1a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
env: TOXENV=py37-lower_bound_deps
- python: 3.8
env: TOXENV=py38-lower_bound_deps
- python: 3.9-dev
env: TOXENV=py39-lower_bound_deps
- python: 3.6
env: TOXENV=py36-upper_bound_deps
- python: 3.7
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[tox]
usedevelop = True
envlist = py{36,37,38,39}-{lower_bound_deps,upper_bound_deps}
envlist = py{36,37,38}-{lower_bound_deps,upper_bound_deps}, py39-upper_bound_deps

[testenv]
whitelist_externals = make
Expand Down

0 comments on commit c1fa1a1

Please sign in to comment.