compatible python3

This commit is contained in:
Mathieu Agopian
2013-07-28 00:16:43 +02:00
parent 5ed407560d
commit 971a3a393c
9 changed files with 70 additions and 29 deletions

View File

@@ -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