Skip to content

Commit

Permalink
requirements_dev -> requirements-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jun 5, 2014
1 parent dd18ff1 commit 59f23b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test: .venv.touch
tox $(REBUILD_FLAG)


.venv.touch: setup.py requirements.txt requirements_dev.txt
.venv.touch: setup.py requirements.txt requirements-dev.txt
$(eval REBUILD_FLAG := --recreate)
touch .venv.touch

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist = py26,py27,py33,py34,pypy

[testenv]
install_command = pip install --use-wheel {opts} {packages}
deps = -rrequirements_dev.txt
deps = -rrequirements-dev.txt
commands =
coverage erase
coverage run -m pytest {posargs:tests}
Expand Down

0 comments on commit 59f23b7

Please sign in to comment.