speed up CI
This commit is contained in:
parent
04bae1885a
commit
c27d8379e4
2 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
env:
|
||||
- TOXENV=py-normal
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py{36,37,38}-normal,lint
|
||||
envlist = py{38}-normal,lint
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
|
|
Loading…
Reference in a new issue