Mark envs with version only
This commit is contained in:
parent
227feb3967
commit
1c4fe9533f
@ -3,9 +3,9 @@ language: python
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.6
|
||||
env: TOXENV=py36-test
|
||||
env: TOXENV=py36
|
||||
- python: 3.7
|
||||
env: TOXENV=py37-test
|
||||
env: TOXENV=py37
|
||||
- python: 3.7
|
||||
env: TOXENV=lint
|
||||
- python: 3.7
|
||||
|
2
tox.ini
2
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
envlist =
|
||||
{py36,py37}-test
|
||||
{py36,py37}
|
||||
lint
|
||||
sort
|
||||
format
|
||||
|
Loading…
x
Reference in New Issue
Block a user