Revision 1166ea11785ce12cdfd5e8bf8b3a69b5e6b76f9c authored by Thom Wiggers on 07 December 2019, 13:31:06 UTC, committed by Eli Bendersky on 07 December 2019, 13:31:06 UTC
1 parent a4a7127
.travis.yml
language: python
python:
- "2.7"
- "3.6"
# Enable 3.7 without globally enabling sudo and xenial for other build jobs
# See https://github.com/travis-ci/travis-ci/issues/9815
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
script: python tests/all_tests.py

Computing file changes ...