Skip to content

Commit 1dba250

Browse files
Merge pull request #150 from cclauss/patch-1
Travis CI: Add Python 3.7 and 3.8 to the testing
2 parents 8ce8502 + a48536e commit 1dba250

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ language: python
22

33
python:
44
- "2.7"
5-
- "3.3"
65
- "3.4"
76
- "3.5"
87
- "3.6"
8+
- "3.7"
9+
- "3.8"
910

1011
# command to install dependencies
1112
install:

0 commit comments

Comments
 (0)