summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2016-08-29 18:00:25 +0200
committerGitHub <noreply@github.com>2016-08-29 18:00:25 +0200
commit4d9325186507bc4c1043fda7e3d522ec7c649c37 (patch)
tree32c5b54c0a5272bf03d4233e53d031d9e4a65e26
parent6384be622ad43370bc1c58a2f0fdd5d3300ed51b (diff)
parent98c5c7e6842d052648b6837dd99c25a61cc9cc14 (diff)
downloadsetuptools-scm-4d9325186507bc4c1043fda7e3d522ec7c649c37.tar.gz
Merge pull request #99 from RonnyPfannschmidt/fix-travis
work up travis matrix
-rw-r--r--.travis.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4f8556e..8d70181 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,13 +6,22 @@ python:
- '3.3'
- '3.4'
- '3.5'
+env:
+- TOXENV=py-test
+
+matrix:
+ include:
+ - python: '2.7'
+ env: TOXENV=flake8
+ - python: '3.5'
+ env: TOXENV=flake8
cache:
files:
- $HOME/.pip/cache
- $Home/.cache/pip
install: pip install tox
script:
-- tox -e py-test,flake8
+- tox -e $TOXENV
deploy:
provider: pypi
user: ronny