Install Tox on Travis before trying to run it.

This commit is contained in:
Pavel Minaev 2018-11-18 20:30:05 -08:00 committed by Pavel Minaev
parent 2be8ce1862
commit bd2b4cd88e

View file

@ -22,9 +22,13 @@ jobs:
script:
- flake8
install:
- pip install -U pip setuptools tox
script:
- tox
# TODO: re-enable after https://github.com/Microsoft/ptvsd/issues/1033
# after_success:
# - |
# if [[ $TRAVIS_PYTHON_VERSION != '2.7' ]]; then