Skip to content

Commit 3409230

Browse files
committed
Python 3 support, yay!
2 parents c310150 + 048f33f commit 3409230

File tree

3 files changed

+163
-132
lines changed

3 files changed

+163
-132
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ language: python
22
python:
33
- "2.6"
44
- "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
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
1111

1212
install:
1313
- pip install coverage

0 commit comments

Comments
 (0)