Skip to content

Commit b58e238

Browse files
committed
Remove nosetest commands from compose stack
1 parent d96a04b commit b58e238

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

LNX-docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,9 @@ services:
8787
- -c
8888
- |
8989
set -e
90-
pip install --user nose nose-cov
9190
pip install -e .
9291
pip list --format=freeze | grep datajoint
9392
pytest -sv --cov-report term-missing --cov=datajoint tests
94-
nosetests -vsw tests_old --with-coverage --cover-package=datajoint
9593
# ports:
9694
# - "8888:8888"
9795
user: ${HOST_UID:-1000}:anaconda

0 commit comments

Comments
 (0)