Browse Source

Add travis powered tests

pull/75/head
Luthaf 9 years ago
parent
commit
d76b85b29f
  1. 9
      .travis.yml

9
.travis.yml

@ -0,0 +1,9 @@
git:
depth: 1
language: python
python:
- 3.4
install:
- pip install tox
script:
- tox
Loading…
Cancel
Save