Skip to content

Commit

Permalink
Rename requirements-development.txt to test-requirements.txt
Browse files Browse the repository at this point in the history
This file name seems more common.
  • Loading branch information
wbolster committed Nov 3, 2013
1 parent a3488fa commit 6df75e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Setting up a development environment from a Git branch is easy::

$ cd /path/to/happybase/
$ mkvirtualenv happybase
(happybase)$ pip install -r requirements-development.txt
(happybase)$ pip install -r test-requirements.txt
(happybase)$ pip install -e .


Expand Down
File renamed without changes.

0 comments on commit 6df75e3

Please sign in to comment.