From 3f398e45dc984720250deea1057049e6a82ff017 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 8 Oct 2012 16:10:00 +0200 Subject: [PATCH] add travis test --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4c991a3..78e87dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" -- 2.39.5