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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user