Skip to content

Commit

Permalink
Moved [requirements_test.txt] to [tests/requirements.txt]
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed May 11, 2017
1 parent e982b8e commit bf2dc4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ python =
2.7: py27, flake8

[testenv]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/requirements_test.txt
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/tests/requirements.txt
commands =
py.test --cov-config .coveragerc --cov-append --cov=byte

Expand Down

0 comments on commit bf2dc4f

Please sign in to comment.