From: Guillaume Pellerin Date: Tue, 18 Nov 2014 08:37:30 +0000 (+0100) Subject: add a simple import test X-Git-Tag: 1.5.0rc1~27^2~4^2~7 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8992bdb38a36283f07a460a67ba83dbb0519584f;p=telemeta.git add a simple import test --- 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"