refactor: setup.cfg and dev requirements (#504)

* refactor: use setup.cfg instead

* refactor: use dev extra

* fix: restore dev requiremetns
This commit is contained in:
Henry Schreiner
2021-01-02 11:33:38 -05:00
committed by GitHub
parent 10c052b5ef
commit bc8716c188
12 changed files with 93 additions and 70 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ linux:
DOCKER_TLS_CERTDIR: ""
script:
- curl -sSL https://get.docker.com/ | sh
- python -m pip install -r requirements-dev.txt
- python -m pip install -e ".[dev]"
- python ./bin/run_tests.py