testing: Add Travis support

This commit is contained in:
2015-09-29 15:17:08 +03:00
parent 81eef1d42f
commit b87184bcea
+13
View File
@@ -0,0 +1,13 @@
sudo: false
language: python
python:
#- "2.6"
#- "2.7"
#- "3.2"
- "3.3"
- "3.4"
install:
- pip install -r requirements.txt
- pip install --editable .
script: py.test
cache: pip