Skip to content

Commit f4096ae

Browse files
committed
Temporarily butcher tox to help narrow travis only problem down
1 parent 7692ad0 commit f4096ae

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.travis.yml

-7
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,8 @@ cache:
1717

1818
env:
1919
matrix:
20-
- TOXENV=coverage
21-
- TOXENV=lint
22-
- TOXENV=examples2
23-
- TOXENV=examples3
2420
- TOXENV=pypy
25-
- TOXENV=py34
2621
- TOXENV=py27
27-
- TOXENV=pypy3
28-
- TOXENV=py33
2922

3023
install:
3124
- ./scripts/install.sh

tox.ini

+2-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ setenv=
1313
LC_ALL=en_GB.UTF-8
1414
LANG=en_GB.UTF-8
1515
commands =
16-
bash scripts/basic-test.sh
16+
python -m pytest --strict tests/cover/test_reflection.py
1717

1818

1919
[testenv:coverage]
@@ -22,10 +22,7 @@ deps =
2222
coverage>=4.0a3
2323
pytest
2424
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
2926

3027
[testenv:examples3]
3128
setenv=

0 commit comments

Comments
 (0)