Skip to content

Commit 55f2681

Browse files
committed
fix travis. Add more python versions
1 parent 432e9fd commit 55f2681

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.3"
54
- "3.4"
65
- "3.5"
76
- "3.6"
7+
- "3.7"
8+
- "3.8"
9+
10+
# Also run these python versions with a specific distribution:
11+
matrix:
12+
include:
13+
- python: 3.3
14+
dist: trusty
15+
816
# command to install dependencies
917
install: "python setup.py install"
1018
# command to run tests

0 commit comments

Comments
 (0)