Skip to content

Commit 7c1a370

Browse files
Remove coveralls job.
1 parent 7880f65 commit 7c1a370

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

LNX-docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ services:
3737
pip install --user .;
3838
pip freeze | grep datajoint;
3939
nosetests -vsw tests --with-coverage --cover-package=datajoint;
40-
coveralls;
4140
# jupyter notebook;
4241
"
4342
# ports:

test.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ FROM datajoint/pydev:${PY_VER}-alpine${ALPINE_VER}
55
ENV PYTHON_USER dja
66
RUN \
77
/startup $(id -u) $(id -g) && \
8-
pip install --user nose nose-cov ptvsd python-coveralls
8+
pip install --user nose nose-cov ptvsd

0 commit comments

Comments
 (0)