Skip to content

Commit 5959150

Browse files
committed
travis testing agains multiple python version
1 parent 0c3bd8d commit 5959150

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
language: python
22
python:
3+
- "3.4"
4+
- "3.5"
35
- "3.6"
6+
- "3.7"
7+
- "3.8"
48
install:
59
- "pip install pipenv"
610
- "pipenv install --dev"

0 commit comments

Comments
 (0)