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 d96a04b commit b58e238Copy full SHA for b58e238
LNX-docker-compose.yml
@@ -87,11 +87,9 @@ services:
87
- -c
88
- |
89
set -e
90
- pip install --user nose nose-cov
91
pip install -e .
92
pip list --format=freeze | grep datajoint
93
pytest -sv --cov-report term-missing --cov=datajoint tests
94
- nosetests -vsw tests_old --with-coverage --cover-package=datajoint
95
# ports:
96
# - "8888:8888"
97
user: ${HOST_UID:-1000}:anaconda
0 commit comments