Skip to content

Commit

Permalink
Make requirements-dev.txt include requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nhandler committed May 27, 2016
1 parent 86344b7 commit b32fd04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ formats:
- htmlzip
- pdf
- epub
requirements_file: requirements.txt
requirements_file: requirements-dev.txt
python:
version: 2
setup_py_install: true
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r requirements.txt
flake8==2.5.0
mock==1.0.1
pep8==1.5.7
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ indexserver =
setenv=
TZ = UTC
deps =
--requirement={toxinidir}/requirements.txt
--requirement={toxinidir}/requirements-dev.txt
--editable={toxinidir}
commands =
Expand All @@ -21,7 +20,6 @@ setenv=
TZ = UTC
basepython = python2.7
deps =
--requirement={toxinidir}/requirements.txt
--requirement={toxinidir}/requirements-dev.txt
--editable={toxinidir}
commands =
Expand Down

0 comments on commit b32fd04

Please sign in to comment.