Skip to content

Commit f4e4a44

Browse files
committed
TravisCI: Use matrix
1 parent 15a5d52 commit f4e4a44

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.travis.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
language: python
2+
23
sudo: false
3-
install:
4-
- pip install tox-travis flake8
5-
script:
6-
- tox
7-
env:
8-
- TOXENV=py36
4+
5+
matrix:
6+
include:
7+
- env: TOXENV=flake8
8+
python: 3.6
9+
- env: TOXENV=py35-master
10+
python: 3.6
11+
12+
install: pip install tox
13+
14+
script: tox

0 commit comments

Comments
 (0)