Commit e4c2796d authored by Marius Gedminas's avatar Marius Gedminas

Use tox for Travis CI tests

Because we've already got enough duplication
parent 2443a881
language: python
python:
- 2.6
- 2.7
- 3.3
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
install:
- pip install . --use-mirrors
- pip install tox
script:
- python setup.py test -q
- tox --develop
notifications:
email: false
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment