8000 travis: 3.6 is supported now · drinkingjava/python-versioneer@ce89975 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce89975

Browse files
committed
travis: 3.6 is supported now
Also add 'nightly' to look for problems with the upcoming python release (currently 3.7-dev).
1 parent c619d3a commit ce89975

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
@@ -13,7 +13,8 @@ python:
1313
- "3.3"
1414
- "3.4"
1515
- "3.5"
16-
- "3.6-dev"
16+
- "3.6"
17+
- "nightly"
1718
- "pypy"
1819
- "pypy3"
1920
install:

0 commit comments

Comments
 (0)
0