We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fe8988 + 71bed4f commit 7ddd317Copy full SHA for 7ddd317
.travis.yml
@@ -1,15 +1,22 @@
1
language: python
2
python: 3.5
3
sudo: false
4
+
5
branches:
6
only:
7
- master
8
- /^\d\.\d+$/
-env:
9
- - TOXENV=py27
10
- - TOXENV=py34
11
- - TOXENV=py35
12
- - TOXENV=docs
+matrix:
+ include:
+ - 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
20
21
addons:
22
apt:
@@ -30,4 +37,4 @@ after_success:
30
37
31
38
cache:
32
39
directories:
33
- - $HOME/.cache/pip
40
+ - $HOME/.cache/pip
0 commit comments