From: Thomas Fillon Date: Thu, 13 Nov 2014 16:35:30 +0000 (+0100) Subject: Travis: put 'python setup.py install' in script section X-Git-Tag: 1.5.0rc1~27^2~26 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1de1c84cd4cbb4d44066e6191e918a71cf0f4b26;p=telemeta.git Travis: put 'python setup.py install' in script section --- diff --git a/.travis.yml b/.travis.yml index 3ab9a26d..b4370cc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,10 +17,11 @@ before_install: - sudo apt-get install -y python-timeside # command to install dependencies -#install: -# - "sudo pip install -e ." +install: + #- "sudo pip install -e ." + - python setup.py install # command to run tests script: - - python setup.py install + # - "python tests/testcomponent.py"