diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-05-30 17:32:05 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-05-30 17:32:05 +0100 |
| commit | 92d321febaf99d7918e1c08ad32c9b6480d74a9e (patch) | |
| tree | a8791a1717ceb589e7480cc2460dd65ccda6e202 | |
| parent | Update submodule (diff) | |
| download | pygensvm-92d321febaf99d7918e1c08ad32c9b6480d74a9e.tar.gz pygensvm-92d321febaf99d7918e1c08ad32c9b6480d74a9e.zip | |
Use green for testing in Makefile
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ install2: ## Install for the current user using the python2 command python2 setup.py install --user test: in ## Run nosetests using the default nosetests command - nosetests -v + green -vvv -f test2: ## Run nosetests using the nosetests2 command python2 setup.py build_ext -i |
