diff --git a/.travis.yml b/.travis.yml index a033fe0ac..0303d42f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,15 @@ jobs: include: - - stage: test - language: python - python: '3.7' - dist: 'xenial' - install: - - pip install codecov - - python setup.py install - - pip install -e .[dev] - script: dispatch-admin coverage - after_success: codecov + # - stage: test + # language: python + # python: '3.7' + # dist: 'xenial' + # install: + # - pip install codecov + # - python setup.py install + # - pip install -e .[dev] + # script: dispatch-admin coverage + # after_success: codecov - language: node_js node_js: 8 install: