Commit f4096ae 1 parent 7692ad0 commit f4096ae Copy full SHA for f4096ae
File tree 2 files changed +2
-12
lines changed
2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,8 @@ cache:
17
17
18
18
env :
19
19
matrix :
20
- - TOXENV=coverage
21
- - TOXENV=lint
22
- - TOXENV=examples2
23
- - TOXENV=examples3
24
20
- TOXENV=pypy
25
- - TOXENV=py34
26
21
- TOXENV=py27
27
- - TOXENV=pypy3
28
- - TOXENV=py33
29
22
30
23
install :
31
24
- ./scripts/install.sh
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ setenv=
13
13
LC_ALL =en_GB.UTF-8
14
14
LANG =en_GB.UTF-8
15
15
commands =
16
- bash scripts/basic-test.sh
16
+ python -m pytest --strict tests/cover/test_reflection.py
17
17
18
18
19
19
[testenv:coverage]
@@ -22,10 +22,7 @@ deps =
22
22
coverage>=4.0a3
23
23
pytest
24
24
commands =
25
- coverage --version
26
- coverage debug sys
27
- coverage run --rcfile =.coveragerc -m pytest --strict tests/cover
28
- coverage report -m --fail-under =100 --show-missing
25
+ coverage run --rcfile =.coveragerc
29
26
30
27
[testenv:examples3]
31
28
setenv =
You can’t perform that action at this time.
0 commit comments