8000 Fix Travis Python versions · centellaMediaOrg/wc-api-python@d1f3fe1 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1f3fe1

Browse files
Fix Travis Python versions
1 parent 1832a82 commit d1f3fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: python
22
python:
33
- "2.7"
4+
- "3.4"
45
- "3.5"
56
- "3.6"
6-
- "3.7"
77
- "nightly"
88
# command to install dependencies
99
install:

0 commit comments

Comments
 (0)
0