Add travis config.

This commit is contained in:
Johan Bloemberg
2016-11-08 10:24:20 +01:00
parent 726ca507f7
commit aa8ff29028

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: python
python:
- 2.7
- 3.4
- 3.5
install: pip install tox-travis
script: tox
matrix:
allow_failures:
- python: 2.7