Skip to content

Commit

Permalink
Merge pull request #28 from retr0h/abcdefg
Browse files Browse the repository at this point in the history
renamed requirements files
  • Loading branch information
retr0h authored Feb 7, 2019
2 parents 138e65b + 35d95f5 commit cad925d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ passenv = *
setenv = COVERAGE_FILE={toxworkdir}/.coverage
deps =
-rrequirements.txt
-rtest-requirements.txt
-rrequirements-test.txt
commands =
unit: py.test -vv
lint: flake8
Expand All @@ -28,6 +28,6 @@ commands =
[testenv:doc]
passenv = *
deps=
-rdoc-requirements.txt
-rrequirements-doc.txt
commands=
python setup.py build_sphinx --builder=html

0 comments on commit cad925d

Please sign in to comment.