1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

Remove unnecessary requirements-dev.txt.

This commit is contained in:
William Ting 2016-04-28 22:37:49 -07:00
parent 4230bbe2d1
commit a5e4b83e82
2 changed files with 3 additions and 5 deletions

View File

@ -1,4 +0,0 @@
flake8
mock
pytest
tox

View File

@ -9,7 +9,9 @@ envlist =
skipsdist = True
[testenv]
deps = -rdev-requirements.txt
deps =
mock
pytest
commands = py.test -rsxX -q
[testenv:flake8]