Skip to content

Commit

Permalink
reorder tests jobs new to old Python env
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed May 15, 2021
1 parent 58f05a5 commit bb1af2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ dist: focal
language: python
cache: pip
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.8"
- "3.7"
- "3.6"
addons:
apt_packages:
- graphviz
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{36,37,38,39}
envlist = py{39,38,37,36}
skip_missing_interpreters = true

[testenv]
Expand Down

0 comments on commit bb1af2e

Please sign in to comment.