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
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 3.6
|
|
||||||
- 3.7
|
|
||||||
- 3.8
|
- 3.8
|
||||||
env:
|
env:
|
||||||
- TOXENV=py-normal
|
- TOXENV=py-normal
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py{36,37,38}-normal,lint
|
envlist = py{38}-normal,lint
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
|
|
Loading…
Reference in a new issue