Adding .travis.yml

This commit is contained in:
David Wolever
2013-05-19 16:57:12 -04:00
parent 60ca76325b
commit d67bed1a8a
2 changed files with 12 additions and 1 deletions

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
language: python
python:
- 2.6
- 2.7
- pypy
- 3.2
- 3.3
install:
- "pip install --use-mirrors nose==1.2.1"
- "python setup.py develop"
script: nosetests

View File

@@ -2,5 +2,5 @@
envlist=py26,py27,py32
[testenv]
deps=nose
deps=nose==1.2.1
commands=nosetests