diff options
author | Wouter Bolsterlee <uws@xs4all.nl> | 2013-11-03 16:13:49 +0100 |
---|---|---|
committer | Wouter Bolsterlee <uws@xs4all.nl> | 2013-11-03 16:13:49 +0100 |
commit | 6df75e35e6eac44daf2e2bb040e3de21907abaf8 (patch) | |
tree | b6658e5cc19f89ab78a0b0da93716b2c4e51ace3 | |
parent | a3488fa6a9d9a6febdda2b08bfe580a45eb9a2b1 (diff) | |
download | happybase-6df75e35e6eac44daf2e2bb040e3de21907abaf8.tar.gz |
Rename requirements-development.txt to test-requirements.txt
This file name seems more common.
-rw-r--r-- | doc/development.rst | 2 | ||||
-rw-r--r-- | test-requirements.txt (renamed from requirements-development.txt) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/development.rst b/doc/development.rst index 050abb2..c835ea0 100644 --- a/doc/development.rst +++ b/doc/development.rst @@ -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 . diff --git a/requirements-development.txt b/test-requirements.txt index 90536b9..90536b9 100644 --- a/requirements-development.txt +++ b/test-requirements.txt |