From: Thomas Fillon Date: Mon, 14 Apr 2014 21:15:53 +0000 (+0200) Subject: Add a test section for Travis X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b2f2598387ea0eb8fd4a31a39c673eaa7d9ca9c7;p=timeside-diadems.git Add a test section for Travis --- diff --git a/.travis.yml b/.travis.yml index 2af8d1b..8aaa3e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ before_install: # command to run tests script: - "python setup.py install" -# - "python tests/testcomponent.py" + - "python setup.py test"