10000 Add most recent Python versions in Travis CI · dotlambda/fluent-logger-python@b4480e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit b4480e6

Browse files
committed
Add most recent Python versions in Travis CI
Add more recent Python versions including development branches and nightly build.
1 parent dbca0dd commit b4480e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ python:
66
- "3.3"
77
- "3.4"
88
- "3.5"
9+
- "3.6"
10+
- "3.6-dev"
11+
- "3.7-dev"
12+
- "nightly"
913
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
1014
install:
1115
- "pip install -e ."

0 commit comments

Comments
 (0)
0