compatible python3
This commit is contained in:
3
Makefile
3
Makefile
@@ -2,6 +2,7 @@
|
||||
|
||||
bin/python:
|
||||
virtualenv . --python python2
|
||||
bin/pip install -U setuptools
|
||||
bin/python setup.py develop
|
||||
|
||||
test: bin/python
|
||||
@@ -10,7 +11,7 @@ test: bin/python
|
||||
|
||||
livetest: bin/python
|
||||
bin/pip install tox
|
||||
bin/tox -e py26-live,py27-live
|
||||
bin/tox -e py27-live,py33-live
|
||||
|
||||
docs:
|
||||
bin/pip install sphinx
|
||||
|
||||
Reference in New Issue
Block a user