From 8992bdb38a36283f07a460a67ba83dbb0519584f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 18 Nov 2014 09:37:30 +0100 Subject: [PATCH] add a simple import test --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd1bde16..01b591af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,5 +22,6 @@ install: - pip install -e . # command to run tests -# script: +script: + - python tests/test_import.py # - "python tests/testcomponent.py" -- 2.39.5