]> git.parisson.com Git - telemeta.git/commitdiff
Travis: remove sudo for 'python setup.py install'
authorThomas Fillon <thomas@parisson.com>
Thu, 13 Nov 2014 15:10:48 +0000 (16:10 +0100)
committerThomas Fillon <thomas@parisson.com>
Thu, 13 Nov 2014 15:10:48 +0000 (16:10 +0100)
.travis.yml

index b212af5d362738b862a8a3bcdbcf65041cf1efdd..3ab9a26dd68b81feb452b1dd52983a2284012ae9 100644 (file)
@@ -22,5 +22,5 @@ before_install:
 
 # command to run tests
 script:
- - "sudo python setup.py install"
+ - python setup.py install
 # - "python tests/testcomponent.py"