Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,3 @@ jobs:
env:
- PY_VER: "3.5"
- MYSQL_VER: "5.6"
- stage: Coverage
os: linux
language: shell
script:
- sudo pip install python-coveralls
- coverage run --source=datajoint setup.py tests
- coveralls
5 changes: 4 additions & 1 deletion LNX-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,16 @@ services:
- PYTHON_USER=dja
- JUPYTER_PASSWORD=datajoint
- DISPLAY
- COVERALLS_SERVICE_NAME=travis-ci
- COVERALLS_REPO_TOKEN=fd0BoXG46TPReEem0uMy7BJO5j0w1MQiY
working_dir: /src
command: >
/bin/sh -c
"
pip install --user nose nose-cov .;
pip install --user nose nose-cov coveralls .;
pip freeze | grep datajoint;
nosetests -vsw tests --with-coverage --cover-package=datajoint;
coveralls;
# jupyter notebook;
"
# ports:
Expand Down