Skip to content

Commit

Permalink
Change travis build sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
epoplavskis committed Feb 1, 2022
1 parent e906a27 commit b4e3bf8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ dist: focal
language: python
matrix:
include:
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
- python: 3.8
env: TOXENV=py38
- python: 3.9
env: TOXENV=py39
- python: "3.10"
env: TOXENV=py310
- python: 3.9
env: TOXENV=py39
- python: 3.8
env: TOXENV=py38
- python: 3.7
env: TOXENV=py37
- python: 3.6
env: TOXENV=py36
services:
- docker
before_install:
Expand Down

0 comments on commit b4e3bf8

Please sign in to comment.