Skip to content
Snippets Groups Projects
Commit bdee3281 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Add files for testing with travis.

parent b9df8756
No related branches found
No related tags found
No related merge requests found
language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.2"
install:
- pip install --use-mirrors -r utils/travis/requirements-${TRAVIS_PYTHON_VERSION}.txt
- python setup.py install
script:
- python setup.py test
unittest2
unittest2
tox.ini 0 → 100644
[tox]
envlist=py25,py26,py27,py32,pypy
[testenv]
commands=python setup.py test
[testenv:py25]
deps=unittest2
[testenv:py26]
deps=unittest2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment