add travis and python requirements

pull/894/head
diginc 8 years ago
parent b4524839bb
commit 26789f9b36

@ -0,0 +1,10 @@
sudo: required
services:
- docker
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
script: py.test -vv

@ -0,0 +1,5 @@
docker-compose
pytest
pytest-xdist
pytest-cov
testinfra
Loading…
Cancel
Save