diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2017-10-07 15:35:44 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2017-10-07 15:35:44 +0200 |
| commit | 3e269c1c6369af3ffbae031d096c29cb9f0a1e76 (patch) | |
| tree | 7c3e09162e65e42bb151b2fb224ced5e184e7f2e /Makefile | |
| parent | update submodule (diff) | |
| download | pygensvm-3e269c1c6369af3ffbae031d096c29cb9f0a1e76.tar.gz pygensvm-3e269c1c6369af3ffbae031d096c29cb9f0a1e76.zip | |
rearrange and update setup.py
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ install2: ## Install for the current user using the python2 command python2 setup.py build_ext --inplace python2 setup.py install --user -test: develop ## Run nosetests using the default nosetests command +test: in ## Run nosetests using the default nosetests command nosetests -v test2: develop2 ## Run nosetests using the nosetests2 command |
