mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +00:00
testing: Add Travis support
This commit is contained in:
parent
81eef1d42f
commit
b87184bcea
13
.travis.yml
Normal file
13
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user