Skip to content

Commit 7ddd317

Browse files
authored
Merge pull request #62 from scrapinghub/fix-travis
update travis to run different python versions
2 parents 9fe8988 + 71bed4f commit 7ddd317

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

.travis.yml

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
language: python
22
python: 3.5
33
sudo: false
4+
45
branches:
56
only:
67
- master
78
- /^\d\.\d+$/
8-
env:
9-
- TOXENV=py27
10-
- TOXENV=py34
11-
- TOXENV=py35
12-
- TOXENV=docs
9+
10+
matrix:
11+
include:
12+
- python: 2.7
13+
env: TOXENV=py27
14+
- python: 3.4
15+
env: TOXENV=py34
16+
- python: 3.5
17+
env: TOXENV=py35
18+
- python: 3.6
19+
env: TOXENV=py36
1320

1421
addons:
1522
apt:
@@ -30,4 +37,4 @@ after_success:
3037

3138
cache:
3239
directories:
33-
- $HOME/.cache/pip
40+
- $HOME/.cache/pip

0 commit comments

Comments
 (0)