We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe8988 commit 15308c0Copy full SHA for 15308c0
.travis.yml
@@ -1,15 +1,17 @@
1
language: python
2
python: 3.5
3
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
+
+matrix:
+ include:
+ - python: 2.7
+ env: TOXENV=py27
+ - python: 3.4
+ env: TOXENV=py34
+ - python: 3.5
+ env: TOXENV=py35
13
+ - python: 3.6
14
+ env: TOXENV=py36
15
16
addons:
17
apt:
@@ -30,4 +32,4 @@ after_success:
30
32
31
33
cache:
34
directories:
- - $HOME/.cache/pip
35
+ - $HOME/.cache/pip
0 commit comments