From: Noah Morrison Date: Tue, 2 Oct 2018 19:54:49 +0000 (-0400) Subject: Update Travis to only use tox and coveralls on 3.5 X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=58c8d0f3eb527276cd38a628425891375fd4a060;p=chevron.git Update Travis to only use tox and coveralls on 3.5 --- diff --git a/.travis.yml b/.travis.yml index 36445d7..6e50614 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,16 +16,16 @@ matrix: - python: 3.5 env: - TOXENV=flake8 - -install: -- pip install coveralls -- pip install tox-travis + install: + - pip install coveralls + - pip install tox-travis + script: + - tox + after_success: + - coveralls script: -- tox - -after_success: -- coveralls +- python ./test_spec.py deploy: - provider: pypi