diff --git a/.travis.yml b/.travis.yml index 0efd483def4f..5ac77b643bc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,20 @@ language: python sudo: false +addons: + apt: + sources: + - deadsnakes + packages: + - python3.5 + install: - pip install --upgrade pip tox script: - python2.7 scripts/run_unit_tests.py - python3.4 scripts/run_unit_tests.py + - python3.5 scripts/run_unit_tests.py - python scripts/run_unit_tests.py --tox-env cover - tox -e lint - tox -e system-tests