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.
2 parents c310150 + 048f33f commit 3409230Copy full SHA for 3409230
.travis.yml
@@ -2,12 +2,12 @@ language: python
2
python:
3
- "2.6"
4
- "2.7"
5
-# - "3.2"
6
-# - "3.3"
7
-# - "3.4"
8
-# - "3.5"
9
-# - "3.5-dev" # 3.5 development branch
10
-# - "nightly" # currently points to 3.6-dev
+ - "3.2"
+ - "3.3"
+ - "3.4"
+ - "3.5"
+ - "3.5-dev" # 3.5 development branch
+ - "nightly" # currently points to 3.6-dev
11
12
install:
13
- pip install coverage
0 commit comments