Create .travis.yml
This commit is contained in:
parent
983be8d3da
commit
09d0edd623
|
@ -0,0 +1,8 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
install:
|
||||
- "pip install ."
|
||||
- "pip install -r requirements-tests.txt"
|
||||
script:
|
||||
- "unit2 discover"
|
Loading…
Reference in New Issue