Skip to content

Commit

Permalink
Adds missed test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenoak committed Apr 3, 2019
1 parent 10d3c18 commit 78ed43a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

workflows:
version: 2

build_and_deploy:
jobs:
- deps-py37:
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ pytest-runner
Sphinx>=1.8.0
sphinx_rtd_theme
pytest>=4.3.0
pytest-cov
pytest-flake8
mock;python_version<"3.3"
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
'sphinx_rtd_theme', ]
TESTS_REQUIRES = [
'pytest>=4.3.0',
'pytest-cov',
'pytest-flake8',
'mock;python_version<"3.3"', ]


Expand Down

0 comments on commit 78ed43a

Please sign in to comment.