Skip to content

Commit 44dbe94

Browse files
author
Eduard Iskandarov
committed
attempt to fix build
1 parent 959191a commit 44dbe94

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

.travis.yml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1+
sudo: false
2+
13
language: python
2-
python:
3-
- "2.6"
4-
- "2.7"
5-
- "3.5"
6-
- "3.6"
4+
5+
matrix:
6+
include:
7+
- python: 3.6
8+
env: TOXENV=py36
9+
- python: 3.5
10+
env: TOXENV=py35
11+
- python: 2.7
12+
env: TOXENV=py27
13+
- python: 2.6
14+
env: TOXENV=py26
15+
16+
717
install:
818
- pip install tox coveralls
9-
# command to run tests
19+
1020
script:
1121
tox
12-
env:
13-
- TOXENV=py26
14-
- TOXENV=py27
15-
- TOXENV=py35
16-
- TOXENV=py36
22+
1723
after_success:
1824
coveralls

0 commit comments

Comments
 (0)