summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaulo Henrique Silva <ph.silva@gmail.com>2019-11-25 15:38:43 -0300
committerGitHub <noreply@github.com>2019-11-25 15:38:43 -0300
commit2830fd268dbcdc52fdf67221a00e3a72cb4e9cb9 (patch)
tree1c4cae8995ef7ee767f53c649158ec3ab7411cf9 /README.md
parent2e32abef6ad46e5604cbd6f6086d857b8bc4f7be (diff)
parent2b6ea5ead81ac069452d73e00f3b19d4325611d0 (diff)
downloadgerbonara-2830fd268dbcdc52fdf67221a00e3a72cb4e9cb9.tar.gz
gerbonara-2830fd268dbcdc52fdf67221a00e3a72cb4e9cb9.tar.bz2
gerbonara-2830fd268dbcdc52fdf67221a00e3a72cb4e9cb9.zip
Merge pull request #106 from curtacircuitos/ph-upgrade-requirements
Upgrade nose and coverage
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f741f80..42c90f4 100644
--- a/README.md
+++ b/README.md
@@ -48,11 +48,11 @@ Documentation:
Development and Testing:
------------------------
-Dependencies for developing and testing pcb-tools are listed in test-requirements.txt. Use of a virtual environment is strongly recommended.
+Dependencies for developing and testing pcb-tools are listed in requirements-dev.txt. Use of a virtual environment is strongly recommended.
$ virtualenv venv
$ source venv/bin/activate
- (venv)$ pip install -r test-requirements.txt
+ (venv)$ pip install -r requirements-dev.txt
(venv)$ pip install -e .
We use nose to run pcb-tools's suite of unittests and doctests.