]> git.parisson.com Git - timeside.git/commitdiff
test travis
authoryomguy <yomguy@parisson.com>
Sat, 6 Oct 2012 23:07:48 +0000 (01:07 +0200)
committeryomguy <yomguy@parisson.com>
Sat, 6 Oct 2012 23:07:48 +0000 (01:07 +0200)
.travis.yml

index 0c8a87cf2e8130696d121aeab9f303c1d6a5bf10..3fc9c739df6292966bebc0f29043dfeb80aae27b 100644 (file)
@@ -6,6 +6,7 @@ python:
 # command to install dependencies
 install: 
  - "pip install -r requirements.txt --use-mirrors"
- - "python setup.py install"
 # command to run tests
 # script: python tests/alltests.py
+script:
+ - "python setup.py install"