- commit
- 25721f10154408cd14f3516ebab210548f3e57f7
- parent
- 8379fca760e9d3a1b53976b59541580f2df27b5d
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-05-08 21:49
add travis config
Diffstat
| A | .travis.yml | 8 | ++++++++ |
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
@@ -0,0 +1,8 @@ -1 1 language: python -1 2 python: -1 3 - "2.7" -1 4 install: -1 5 - "pip install tox" -1 6 script: tox -1 7 notifications: -1 8 email: false