Skip to content

Commit

Permalink
make travis way faster.
Browse files Browse the repository at this point in the history
  • Loading branch information
michelp committed Feb 11, 2020
1 parent a082bef commit 019a9e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -10,5 +10,4 @@ services:
- docker

script:
- ./build.sh 3.2.0draft28
- ./test.sh
- ./test.sh pull
4 changes: 4 additions & 0 deletions test.sh
@@ -1 +1,5 @@
if [ -n "$1" ]
then
docker pull graphblas/pygraphblas-notebook:latest
fi
docker run -v `pwd`/tests:/home/jovyan/tests -v `pwd`/pygraphblas:/home/jovyan/pygraphblas -it graphblas/pygraphblas-notebook pytest --cov=pygraphblas --cov-report=term-missing

0 comments on commit 019a9e1

Please sign in to comment.