]> git.parisson.com Git - timeside-diadems.git/commitdiff
add travis test
authoryomguy <yomguy@parisson.com>
Mon, 8 Oct 2012 14:10:00 +0000 (16:10 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 8 Oct 2012 14:10:00 +0000 (16:10 +0200)
.travis.yml

index 4c991a377e47dbba7340f2dc0277b87e51b2365f..78e87dd715f972098f03ecc6ec0f2f2610d4a081 100644 (file)
@@ -4,8 +4,9 @@ python:
   - "2.7"
 # command to install dependencies
 install: 
- - "pip install -r requirements.txt --use-mirrors"
+# - "pip install -r requirements.txt --use-mirrors"
+ - "python setup.py install"
+
 # command to run tests
 script:
- - "python setup.py install"
- #- "python setup.py install"
+ - "python tests/testcomponent.py"