]> git.parisson.com Git - telemeta.git/commitdiff
Travis: put 'python setup.py install' in script section
authorThomas Fillon <thomas@parisson.com>
Thu, 13 Nov 2014 16:35:30 +0000 (17:35 +0100)
committerThomas Fillon <thomas@parisson.com>
Thu, 13 Nov 2014 16:35:30 +0000 (17:35 +0100)
.travis.yml

index 3ab9a26dd68b81feb452b1dd52983a2284012ae9..b4370cc38d71d596eb9239f0b21d9944225559d8 100644 (file)
@@ -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"