- commit
- 509eb5cfc27fba549271b66c94ed4f9d13039807
- parent
- a1646ccf6ff68f4f4d5720f7118e236dd6e82831
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2018-08-03 10:57
misc updates
Diffstat
| M | .gitignore | 2 | +- |
| M | README.rst | 5 | ++--- |
2 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
@@ -4,7 +4,7 @@ 4 4 *.pyc 5 5 .env 6 6 .tox7 -1 .cover-1 7 cover 8 8 .coverage 9 9 *.egg-info 10 10 *-orig
diff --git a/README.rst b/README.rst
@@ -8,8 +8,7 @@ Setup development environment 8 8 9 9 Execute the following commands:: 10 1011 -1 sudo apt-get install python python-virtualenv12 -1 virtualenv .env-1 11 python -m venv .env 13 12 . .env/bin/activate 14 13 python setup.py develop 15 14 @@ -39,4 +38,4 @@ Alternatively you can run the tests manually:: 39 38 pip install flake8 nose coverage 40 39 flake8 41 40 nosetests42 -1 xdg-open .cover/index.html-1 41 xdg-open cover/index.html