Skip to content

Commit 15308c0

Browse files
committed
update travis to run different python versions
1 parent 9fe8988 commit 15308c0

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.travis.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
language: python
22
python: 3.5
33
sudo: false
4-
branches:
5-
only:
6-
- master
7-
- /^\d\.\d+$/
8-
env:
9-
- TOXENV=py27
10-
- TOXENV=py34
11-
- TOXENV=py35
12-
- TOXENV=docs
4+
5+
matrix:
6+
include:
7+
- python: 2.7
8+
env: TOXENV=py27
9+
- python: 3.4
10+
env: TOXENV=py34
11+
- python: 3.5
12+
env: TOXENV=py35
13+
- python: 3.6
14+
env: TOXENV=py36
1315

1416
addons:
1517
apt:
@@ -30,4 +32,4 @@ after_success:
3032

3133
cache:
3234
directories:
33-
- $HOME/.cache/pip
35+
- $HOME/.cache/pip

0 commit comments

Comments
 (0)