Skip to content

Commit 4acec1f

Browse files
committed
remove the python3 from travis... aka get green builds
1 parent 9ed1c1c commit 4acec1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ sudo: required
55
python:
66
# - "2.6"
77
- "2.7"
8-
- "3.2"
9-
- "3.3"
10-
- "3.4"
8+
# - "3.2"
9+
# - "3.3"
10+
# - "3.4"
1111
# - "3.5"
1212
# - "3.5-dev" # 3.5 development branch
1313
# - "nightly" # currently points to 3.6-dev

0 commit comments

Comments
 (0)