Skip to content

Commit

Permalink
Moving requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmvrbanac committed May 21, 2016
1 parent 802db97 commit e96332a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
5 changes: 5 additions & 0 deletions dev-requirements.txt
@@ -0,0 +1,5 @@
tox
twine
-r requirements.txt
-r test-requirements.txt
-r doc-requirements.txt
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 1 addition & 9 deletions tox.ini
Expand Up @@ -3,17 +3,9 @@ envlist = py27,py33,py34,pypy,flake8

[testenv]
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
deps = -r{toxinidir}/dev-requirements.txt
commands = {toxinidir}/tools/run_tests.sh

[testenv:py26]
basepython={homedir}/.pyenv/versions/2.6.8/bin/python
deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
unittest2
importlib

[testenv:flake8]
commands = flake8

Expand Down

0 comments on commit e96332a

Please sign in to comment.