Commit f52ec64 1 parent 1b8a592 commit f52ec64 Copy full SHA for f52ec64
File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ dist : focal
1
2
language : python
3
+ vm :
4
+ size : large
2
5
python :
3
6
- " 3.7"
4
7
- " 3.8"
5
8
- " 3.9"
6
9
cache : pip
7
- install : pip install tox-travis
10
+ before_install :
11
+ - pip install --upgrade pip
12
+ install :
13
+ - python3 -V
14
+ - pip install tox-travis
8
15
script :
9
16
- tox -r
10
17
- >
Original file line number Diff line number Diff line change 27
27
]
28
28
29
29
_deps = {
30
+ "docutils>=0.14,<0.18" : ["tests" ],
30
31
"bitarray~=2.3.7" : ["install" ],
31
32
"bump2version~=1.0.1" : ["dev" ],
32
33
"click~=8.0.4" : ["install" ],
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist = py37,py38,py39
3
+ tox_pip_extensions_ext_venv_update = true
3
4
4
5
[testenv]
5
6
# install pytest in the virtualenv where commands will be executed
6
7
extras = tests
8
+
7
9
commands =
8
- pytest --cov primeqa --cov-config .coveragerc --cov-fail-under =60 tests/
10
+ pytest --cov primeqa --cov-config .coveragerc --cov-fail-under =60 tests/
You can’t perform that action at this time.
0 commit comments