Create .travis.yml

This commit is contained in:
Roman 2015-03-17 15:56:10 +02:00
parent 983be8d3da
commit 09d0edd623
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"
install:
- "pip install ."
- "pip install -r requirements-tests.txt"
script:
- "unit2 discover"