summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2018-06-21 12:03:24 +0200
committerLars-Dominik Braun <lars@6xq.net>2018-06-21 12:03:24 +0200
commit344a6b449075a8fb42054801144c40760f791366 (patch)
treec01d603bdb92f7ecefe3151d21129edaa07a92fb /.travis.yml
parentd19c692ad2f0a00beb4d892d2a165bdd270b1446 (diff)
downloadcrocoite-344a6b449075a8fb42054801144c40760f791366.tar.gz
crocoite-344a6b449075a8fb42054801144c40760f791366.tar.bz2
crocoite-344a6b449075a8fb42054801144c40760f791366.zip
Fix travis test command
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ce2d61f..ea09d94 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ python:
install:
- pip install .
script:
- - pytest --cov=crocoite crocoite
+ - python setup.py test
addons:
chrome: stable
sudo: required