From b2f2598387ea0eb8fd4a31a39c673eaa7d9ca9c7 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Mon, 14 Apr 2014 23:15:53 +0200 Subject: [PATCH] Add a test section for Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5