Update project setup.

This commit is contained in:
Anthony Sottile 2014-04-13 22:09:14 -07:00
parent 13b4ca54cf
commit b80ca9e84a
23 changed files with 186 additions and 112 deletions

View file

@ -1,8 +1,8 @@
language: python
python:
- 2.6
- 2.7
install: pip install virtualenv
script: make coverage
env: # These should match the tox env list
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=pypy
install: pip install tox --use-mirrors
script: tox