We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6784770 commit 7893dbaCopy full SHA for 7893dba
local-docker-compose.yml
@@ -82,7 +82,7 @@ services:
82
- -c
83
- |
84
set -e
85
- pip install --user nose nose-cov coveralls flake8 ptvsd #black
+ pip install --user nose nose-cov coveralls flake8 ptvsd black
86
pip install -e .
87
pip freeze | grep datajoint
88
## You may run the below tests once sh'ed into container i.e. docker exec -it datajoint-python_app_1 sh
0 commit comments