1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-09-28 13:01:43 +00:00

testing: Add Travis support

This commit is contained in:
Priit Laes 2015-09-09 05:46:01 +00:00
parent 81eef1d42f
commit b87184bcea

13
.travis.yml Normal file
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