Skip to content

Commit 8e039bc

Browse files
committed
Clean-up CI
Remove noisy pytest options too
1 parent 5a9ed09 commit 8e039bc

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ matrix:
1515
include:
1616
- python: 3.6-dev
1717
env: TOXENV=py36
18-
- python: nightly
18+
- python: 3.7-dev
1919
env: TOXENV=py37
2020
- python: pypy-5.4
2121
env: TOXENV=pypy_54
@@ -24,12 +24,12 @@ matrix:
2424

2525
allow_failures:
2626
- env: TOXENV=py26
27+
- env: TOXENV=py37
2728
- env: TOXENV=pypy_54
2829
- env: TOXENV=pypy33
29-
- python: nightly
3030

3131
install:
32-
- pip install tox coveralls codecov
32+
- pip install tox codecov
3333

3434
script:
3535
- tox

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ universal = 1
33

44
[tool:pytest]
55
xfail_strict = True
6-
addopts = -v -r fxX
7-
# -r fxX: show extra test summary info for: (f)ailed, (x)failed, (X)passed
86

97
[flake8]
108
exclude =

tox.ini

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tox]
22
skip_missing_interpreters = True
33
envlist =
4-
py27,
5-
py33,
6-
py34,
7-
py35,
8-
py36,
9-
py37,
10-
pypy_54,
11-
pypy33,
4+
py27
5+
py33
6+
py34
7+
py35
8+
py36
9+
py37
10+
pypy_54
11+
pypy33
1212
flake8
1313

1414
[testenv]

0 commit comments

Comments
 (0)