Go over administrivia

This commit is contained in:
rocky
2017-06-03 05:31:46 -04:00
parent e727a437ea
commit f1d9e194fe
3 changed files with 2 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ This uses setup.py, so it follows the standard Python routine:
::
pip install -r requirements.txt
pip install -e setup.py
pip install -r requirements-dev.txt
python setup.py install # may need sudo
# or if you have pyenv:

View File

@@ -6,7 +6,7 @@ machine:
dependencies:
override:
- pip install -r requirements.txt
- pip install -e .
- pip install -r requirements-dev.txt
test:
override:

View File

@@ -1,4 +1,3 @@
pytest>=3.0.0
flake8
hypothesis
six