8000 Updated Python versions of Travis · MilmanRonV/wc-api-python@1832a82 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1832a82

Browse files
Updated Python versions of Travis
1 parent 0b67ae7 commit 1832a82

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
@@ -1,9 +1,9 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.2"
5-
- "3.3"
6-
- "3.4"
4+
- "3.5"
5+
- "3.6"
6+
- "3.7"
77
- "nightly"
88
# command to install dependencies
99
install:

0 commit comments

Comments
 (0)
0