We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6384be6 commit 98c5c7eCopy full SHA for 98c5c7e
.travis.yml
@@ -6,13 +6,22 @@ python:
6
- '3.3'
7
- '3.4'
8
- '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
18
cache:
19
files:
20
- $HOME/.pip/cache
21
- $Home/.cache/pip
22
install: pip install tox
23
script:
-- tox -e py-test,flake8
24
+- tox -e $TOXENV
25
deploy:
26
provider: pypi
27
user: ronny
0 commit comments