Skip to content

Commit

Permalink
Put deps in a requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Alla committed Jun 9, 2017
1 parent ddd62cd commit 3715f91
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
coverage
coveralls
requests>=2,<3
six
requests-mock
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ all_files = 1

[upload_sphinx]
upload-dir = doc/build/html

[flake8]
exclude = migrations
max-line-length = 160
12 changes: 3 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,13 @@ envlist =
py32,
py33,
py34,
py35,
py36,
flake8

[flake8]
exclude = migrations
max-line-length = 160

[testenv]
deps =
coverage==3.7.1
coveralls==0.5
requests>=2,<3
six==1.9.0
requests-mock==0.6.0
-r{toxinidir}/requirements.txt
setenv =
PYTHONPATH = {toxinidir}
commands =
Expand Down

0 comments on commit 3715f91

Please sign in to comment.