Browse Source

Add travis conf for basic tests

pull/6/head
Marcio Mazza 10 years ago
parent
commit
baaa2f1bf1
  1. 4
      .travis.yml

4
.travis.yml

@ -0,0 +1,4 @@
language: python
python: 3.4
install: "pip install -r requirements/dev-requirements.txt"
script: py.test
Loading…
Cancel
Save