Merge pull request #4 from alex/travis

Added a travis config file
This commit is contained in:
Laurens Van Houtven 2013-08-07 07:50:07 -07:00
commit cf4cc422c2

11
.travis.yml Normal file
View file

@ -0,0 +1,11 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
install:
- pip install pytest flake8
script:
- py.test
- flake8 .