Skip to content

Commit d49afd3

Browse files
committed
Reduce number of Travis CI jobs
1 parent 5c1a695 commit d49afd3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ cache: pip
1414
env:
1515
global:
1616
- PYTEST_COMMAND="coverage run -m pytest"
17-
matrix:
18-
- TOXENV=optional
19-
- TOXENV=base
20-
- TOXENV=six19-optional
17+
- TOXENV=base,optional,six19-optional
2118

2219
install:
2320
- pip install tox codecov

0 commit comments

Comments
 (0)