Mark envs with version only

This commit is contained in:
Luke Murphy 2019-10-06 16:11:27 +02:00
parent 227feb3967
commit 1c4fe9533f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
[tox]
envlist =
{py36,py37}-test
{py36,py37}
lint
sort
format