]> git.parisson.com Git - telemeta.git/commitdiff
add a simple import test
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 18 Nov 2014 08:37:30 +0000 (09:37 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 18 Nov 2014 08:37:30 +0000 (09:37 +0100)
.travis.yml

index dd1bde164558bfa05ab90626d5804811c5a02dcf..01b591afdce7b6ea0a21cc17658ccbea393b8367 100644 (file)
@@ -22,5 +22,6 @@ install:
  - pip install -e .
 
 # command to run tests
-# script:
+script:
+ - python tests/test_import.py
 # - "python tests/testcomponent.py"