diff --git a/.travis.yml b/.travis.yml index 3c59b9af..99bbee13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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