Skip to content

Commit b86907f

Browse files
authored
Update Python3 versions in .travis.yml (#57)
- Removes Python 3.4 as no longer supported - Python 3.5, 3.6, 3.7, and 3.8 are the currently supported releases
1 parent 6cbf129 commit b86907f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.4"
4+
- "3.5"
55
- "3.6"
6+
- "3.7"
7+
- "3.8"
68

79
# command to install dependencies
810
install: pip install -r requirements.txt

0 commit comments

Comments
 (0)