Skip to content

Commit 0b9c3f5

Browse files
committed
Add multiple python versions in Travis
1 parent b97185d commit 0b9c3f5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
language: python
2+
python: 3.7
3+
dist: xenial
24
sudo: false
3-
cache:
4-
- pip
5-
python:
6-
- '3.6'
5+
cache: pip
6+
matrix:
7+
include:
8+
- python: 3.6
9+
env: TOXENV=py36
10+
- python: 3.7
11+
env: TOXENV=py37
712
before_install:
813
- pip install tox coveralls
914
script:

0 commit comments

Comments
 (0)