summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-02-28 15:34:11 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-02-28 15:34:11 +0100
commitefc1f45de7959846cfa83b46ff0f43fcaf41ef32 (patch)
tree55c6f3757cb391574e100f44f86266f99428e4ec /.travis.yml
parent09947e54bce9d6fda0bc126941311db02da4092e (diff)
downloadsetuptools-scm-efc1f45de7959846cfa83b46ff0f43fcaf41ef32.tar.gz
update travis setup for linting
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 3f0b855..8ce2f54 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,10 +11,10 @@ env:
matrix:
include:
- - python: '2.7'
- env: TOXENV=flake8
- python: '3.5'
env: TOXENV=flake8
+ - python: '3.5'
+ env: TOXENV=check_readme
- python: '2.7'
env: SELFINSTALL=1
- python: '3.5'