Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19f15dd

Browse files
committed
Fix Python version for Travis.
1 parent 899c022 commit 19f15dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- "3.7"
3+
- "3.6"
44

55
# Install dependencies.
66
install:

0 commit comments

Comments
 (0)