# HG changeset patch # User Amine Sehili # Date 1448325679 -3600 # Node ID c2ddae4d2c369731ea220730dc948fa8ea90499a # Parent 6b2cc3ca5b6a64549142e49619664a77fa8c9ca6 add .travis.yml diff -r 6b2cc3ca5b6a -r c2ddae4d2c36 .travis.yml --- /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