Add config for Travis CI

This commit is contained in:
Gergely Polonkai 2015-11-26 16:47:13 +00:00
parent e00515c160
commit 1662b92d75
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: python
python:
- "2.7"
- "3.4"
install:
- pip install tox
script:
- tox