Explicitly list dev requirements in dedicated file
Pinning the versions to the latest stable at current time.
This commit is contained in:
parent
09ca4b6709
commit
56b0414524
2 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,7 @@ Here's how to set up `snappass` for local development.
|
||||||
$ mkvirtualenv snappass
|
$ mkvirtualenv snappass
|
||||||
$ cd snappass/
|
$ cd snappass/
|
||||||
$ python setup.py develop
|
$ python setup.py develop
|
||||||
|
$ pip install -r dev-requirements.txt
|
||||||
|
|
||||||
4. Create a branch for local development::
|
4. Create a branch for local development::
|
||||||
|
|
||||||
|
|
3
dev-requirements.txt
Normal file
3
dev-requirements.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
coverage==4.2
|
||||||
|
flake8==3.0.4
|
||||||
|
tox==2.3.1
|
Loading…
Reference in a new issue