Skip to content

Commit

Permalink
Update toxenv.
Browse files Browse the repository at this point in the history
  • Loading branch information
hengfengli committed Dec 6, 2018
1 parent 93462c4 commit b5ad9fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ matrix:
os: linux
dist: xenial
- python: 3.5.0
env: TOXENV=3.5 IDENT="3.5.0" RUN_SUITE=y USE_PYENV=y
env: TOXENV=py35 IDENT="3.5.0" RUN_SUITE=y USE_PYENV=y
os: linux
- python: 3.6.0
env: TOXENV=3.6 IDENT="3.6.0" RUN_SUITE=y USE_PYENV=y
env: TOXENV=py36 IDENT="3.6.0" RUN_SUITE=y USE_PYENV=y
os: linux
- python: 3.7.0
env: TOXENV=3.7 IDENT="3.7.0" RUN_SUITE=y USE_PYENV=n
env: TOXENV=py37 IDENT="3.7.0" RUN_SUITE=y USE_PYENV=n
os: linux
dist: xenial
- python: 3.7.1
env: TOXENV=3.7 IDENT="3.7.1" RUN_SUITE=y USE_PYENV=n
env: TOXENV=py37 IDENT="3.7.1" RUN_SUITE=y USE_PYENV=n
os: linux
dist: xenial
before_install:
Expand Down

0 comments on commit b5ad9fd

Please sign in to comment.