summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2018-03-05 21:35:03 -0500
committerMatt Singleton <matt@xcolour.net>2018-03-05 21:35:03 -0500
commit10fce3985f651832bf1d3809e54841e6e149dd1c (patch)
tree74ce0cf730592d7102f900c4627883b12d1c7fdf /.travis.yml
parentc4bb90470c7419a000ada16b203d71ff4a070576 (diff)
move test deps to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5df471f..190ffef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,5 +3,6 @@ python:
- "3.6"
install:
- pip install -r requirements.txt
+ - pip install flake8~=3.5.0
script:
- flake8