diff options
author | Matt Singleton <matt@xcolour.net> | 2018-03-05 21:35:03 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2018-03-05 21:35:03 -0500 |
commit | 10fce3985f651832bf1d3809e54841e6e149dd1c (patch) | |
tree | 74ce0cf730592d7102f900c4627883b12d1c7fdf | |
parent | c4bb90470c7419a000ada16b203d71ff4a070576 (diff) |
move test deps to travis
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | requirements.txt | 1 |
2 files changed, 1 insertions, 1 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 diff --git a/requirements.txt b/requirements.txt index 8b53cce..0d53cea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,3 @@ Jinja2~=2.9.6 lxml~=3.8.0 Pillow~=4.2.1 requests~=2.18.4 -flake8~=3.5.0 |