diff options
| author | 2018-03-30 20:49:10 +0100 | |
|---|---|---|
| committer | 2018-03-30 20:49:10 +0100 | |
| commit | d75e4a5f80a738fef71f7c622b53ea68bc4cec27 (patch) | |
| tree | 5a401305c6c5d65cb9a89a72581e45838b15c4c5 | |
| parent | Changes in-line with the site (diff) | |
Fix Travis
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | requirements-ci.txt | 1 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/.travis.yml b/.travis.yml index 0aca21974..1522feb8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install:  script:    - pipenv run python -m flake8  after_success: -  - python deploy.py +  - pipenv run python deploy.py  cache: pip diff --git a/requirements-ci.txt b/requirements-ci.txt index 6ed498f2b..2ab2210e8 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -7,3 +7,4 @@ flake8-todo  flake8-string-format   safety   dodgy +requests | 
