Skip to content

Commit e081e9a

Browse files
committed
Add "3.6" proper and "3.7-dev" to .travis.yml
1 parent fed24d2 commit e081e9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ sudo: false
22
language: python
33
python:
44
- "nightly"
5-
- "3.6-dev"
5+
- "3.7-dev"
6+
- "3.6"
67
- "3.5"
78
- "3.4"
89
- "3.3"

0 commit comments

Comments
 (0)