-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
* more cleanups removing docker deps from dev scripts * notebook updates, some tweaks to gviz for font path, test case for bool reduce. * update version * bump mmparse
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,2 @@ | ||
#!/bin/bash | ||
if [ "$1" = "build" ] | ||
then | ||
SS_COMPACT=1 ./docker_build.sh v4.0.1 test minimal | ||
fi | ||
docker run --rm \ | ||
-v `pwd`/pygraphblas:/pygraphblas/pygraphblas \ | ||
-v `pwd`/demo:/pygraphblas/demo \ | ||
-v `pwd`/docs:/docs \ | ||
-it graphblas/pygraphblas-minimal:test \ | ||
python3 -c 'import pygraphblas; pygraphblas.run_doctests()' | ||
python3 -c 'import pygraphblas; pygraphblas.run_doctests()' |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ coveralls | |
ssgetpy | ||
matplotlib | ||
graphviz | ||
mmparse==0.4 | ||
mmparse |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,2 @@ | ||
#!/bin/bash | ||
if [ "$1" = "build" ] | ||
then | ||
SS_COMPACT=1 ./docker_build.sh master test minimal | ||
fi | ||
docker run --rm \ | ||
-v `pwd`/pygraphblas:/pygraphblas/pygraphblas \ | ||
-v `pwd`/demo:/pygraphblas/demo \ | ||
-v `pwd`/docs:/docs \ | ||
-v `pwd`/tests:/pygraphblas/tests \ | ||
-it graphblas/pygraphblas-minimal:test \ | ||
python3 -m pytest --cov=pygraphblas --cov-report=term-missing --cov-branch $@ | ||
python3 -m pytest --cov=pygraphblas --cov-report=term-missing --cov-branch $@ |