Skip to content

Commit feff5e2

Browse files
committed
Use standard Python definition for test matrix
1 parent c4960d3 commit feff5e2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
language: python
2+
python:
3+
- 2.7
4+
- 3.5
5+
- 3.6
26

37
install:
48
- pip install tox tox-travis coveralls
5-
matrix:
6-
include:
7-
- python: 2.7
8-
- python: 3.5
9-
- python: 3.6
109
script:
1110
- tox
1211
after_success:

0 commit comments

Comments
 (0)