diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2018-06-21 12:03:24 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2018-06-21 12:03:24 +0200 |
commit | 344a6b449075a8fb42054801144c40760f791366 (patch) | |
tree | c01d603bdb92f7ecefe3151d21129edaa07a92fb | |
parent | d19c692ad2f0a00beb4d892d2a165bdd270b1446 (diff) | |
download | crocoite-344a6b449075a8fb42054801144c40760f791366.tar.gz crocoite-344a6b449075a8fb42054801144c40760f791366.tar.bz2 crocoite-344a6b449075a8fb42054801144c40760f791366.zip |
Fix travis test command
-rw-r--r-- | .travis.yml | 2 |
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 |