Revert "Only use setup.py"

This commit is contained in:
Danny Ryan
2019-04-24 11:59:13 -06:00
committed by GitHub
parent 98e6a24fd5
commit 451c28342a
13 changed files with 40 additions and 109 deletions

View File

@@ -72,7 +72,7 @@ Note: make sure to run `make pyspec` from the root of the specs repository, to b
Install all the necessary requirements (re-run when you add more):
```bash
pip3 install -e .[pyspec]
pip3 install -r requirements.txt
```
And write your initial test generator, extending the base generator: