summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorEdgar Sousa <edg@edgsousa.xyz>2018-06-12 10:37:37 +0100
committeredgsousa <mythund3r>2018-06-12 10:37:37 +0100
commit7696885e88e97b99a96069890a7143de7f3a40aa (patch)
treee6fd1757c66f9ba88596f78a578bd548c646560d /.travis.yml
parent369c85d32f3ebe392c9f085347d48c0791b563fc (diff)
parent6efe46d6ab0ad2daba436dc0aaed29f57b13bd2c (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4316bd9f..16d33b76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,10 @@ install:
- pip install codecov # For codecov specifically
- pip install -r dev-requirements.txt
script:
- # flake8 is now possible!
+ # Fast syntax check failures for more rapid feedback to submitters
+ # (Travis-oriented metatask that version checks Python, installs, runs.)
+ - inv travis.blacken
+ # I have this in my git pre-push hook, but contributors probably don't
- flake8
# All (including slow) tests, w/ coverage!
- inv coverage