changeset 9:c2ddae4d2c36

add .travis.yml
author Amine Sehili <amine.sehili@gmail.com>
date Tue, 24 Nov 2015 01:41:19 +0100
parents 6b2cc3ca5b6a
children 9be2d0ca4c00 e4de06f4f6f8
files .travis.yml
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.travis.yml	Tue Nov 24 01:41:19 2015 +0100
@@ -0,0 +1,5 @@
+language: python
+python:
+  - "2.7"
+script:
+  - python -m unittest discover tests