Skip to content

Commit 98c5c7e

Browse files
work up travis matrix
1 parent 6384be6 commit 98c5c7e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,22 @@ python:
66
- '3.3'
77
- '3.4'
88
- '3.5'
9+
env:
10+
- TOXENV=py-test
11+
12+
matrix:
13+
include:
14+
- python: '2.7'
15+
env: TOXENV=flake8
16+
- python: '3.5'
17+
env: TOXENV=flake8
918
cache:
1019
files:
1120
- $HOME/.pip/cache
1221
- $Home/.cache/pip
1322
install: pip install tox
1423
script:
15-
- tox -e py-test,flake8
24+
- tox -e $TOXENV
1625
deploy:
1726
provider: pypi
1827
user: ronny

0 commit comments

Comments
 (0)