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 language: python
python: env:
- 2.6 - TOXENV=py26
- 2.7 - TOXENV=py27
- 3.3 - TOXENV=py33
install: install:
- pip install . --use-mirrors - pip install tox
script: script:
- python setup.py test -q - tox --develop
notifications: notifications:
email: false 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