Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Move flake8 and flake8-isort into requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnes committed Apr 4, 2019
1 parent 5f42765 commit 295d04f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ python:
- "pypy3"
install:
- pip install -r requirements.txt
- pip install flake8
- pip install flake8-isort
- pip install coveralls
before_script: flake8
script: pytest
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ pymongo
python-dateutil
marshmallow

pytest==3.5.0
flake8
flake8-isort
pytest
pytest-cov
setuptools

Expand Down

0 comments on commit 295d04f

Please sign in to comment.