Skip to content

Commit c3ad224

Browse files
committed
Enable all python versions.
1 parent f791e98 commit c3ad224

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ language: python
55
cache: pip
66

77
python:
8-
# - 2.7
8+
- 2.7
99
- 3.9-dev
10-
# - 3.8
11-
# - 3.7
12-
# - 3.6
13-
# - 3.4
14-
# - nightly
10+
- 3.8
11+
- 3.7
12+
- 3.6
13+
- 3.4
14+
- nightly
1515

1616

1717
#I would like to build and test the maint-1.6 and trunk/default

0 commit comments

Comments
 (0)