]> git.parisson.com Git - timeside.git/commitdiff
Update .travis to include 'setup.py test'
authorThomas Fillon <thomas@parisson.com>
Thu, 17 Apr 2014 21:09:09 +0000 (23:09 +0200)
committerThomas Fillon <thomas@parisson.com>
Thu, 17 Apr 2014 21:09:09 +0000 (23:09 +0200)
.travis.yml

index 5603dbf9532bd39ec67efe89f49baab812f87c20..747d1967474601be553d6eb818fc4ebb93c981ae 100644 (file)
@@ -22,5 +22,5 @@ before_install:
 
 # command to run tests
 script:
- - py.test tests --ignore tests/sandbox
-# - "python setup.py test"
+# - py.test tests --ignore tests/sandbox
+ - python setup.py test