]> git.parisson.com Git - timeside-diadems.git/commitdiff
New tests command for Travis
authorThomas Fillon <thomas@parisson.com>
Tue, 15 Apr 2014 20:54:32 +0000 (22:54 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 15 Apr 2014 20:54:32 +0000 (22:54 +0200)
.travis.yml

index 284eb1de133cef975170ecd10384bb8e957c392d..dca6e2e03cf453c33ead9b317ca7fb520033366c 100644 (file)
@@ -17,8 +17,9 @@ before_install:
 # command to install dependencies
 #install: 
 # - "pip install -r requirements.txt --use-mirrors"
+ - python setup.py install
 
 # command to run tests
 script:
- - "python setup.py install"
- - "python setup.py test"
+ - py.test tests --ignore tests/sandbox
+# - "python setup.py test"