added travis-ci

This commit is contained in:
Corey Goldberg 2015-12-08 01:20:53 -05:00
parent ef358cefc3
commit d8f7748501
1 changed files with 12 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y xvfb
script: nosetests