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 dedf6ee commit 048f33fCopy full SHA for 048f33f
.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
# command to install dependencies
12
#install: "pip install -r requirements.txt"
13
# command to run tests
0 commit comments