From 1de1c84cd4cbb4d44066e6191e918a71cf0f4b26 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 13 Nov 2014 17:35:30 +0100 Subject: [PATCH] Travis: put 'python setup.py install' in script section --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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" -- 2.39.5