first (incomplete) livetest

This commit is contained in:
Mathieu Agopian
2013-03-19 15:21:14 +01:00
parent 21607e7315
commit 34e8906bcc
11 changed files with 173 additions and 9 deletions

View File

@@ -8,6 +8,10 @@ test: bin/python
bin/pip install tox
bin/tox
livetest: bin/python
bin/pip install tox
bin/tox -e py26-live,py27-live
docs:
bin/pip install sphinx
SPHINXBUILD=../bin/sphinx-build $(MAKE) -C docs html $^