mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Install Tox on Travis before trying to run it.
This commit is contained in:
parent
2be8ce1862
commit
bd2b4cd88e
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue