We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7880f65 commit 7c1a370Copy full SHA for 7c1a370
LNX-docker-compose.yml
@@ -37,7 +37,6 @@ services:
37
pip install --user .;
38
pip freeze | grep datajoint;
39
nosetests -vsw tests --with-coverage --cover-package=datajoint;
40
- coveralls;
41
# jupyter notebook;
42
"
43
# ports:
test.dockerfile
@@ -5,4 +5,4 @@ FROM datajoint/pydev:${PY_VER}-alpine${ALPINE_VER}
5
ENV PYTHON_USER dja
6
RUN \
7
/startup $(id -u) $(id -g) && \
8
- pip install --user nose nose-cov ptvsd python-coveralls
+ pip install --user nose nose-cov ptvsd
0 commit comments