diff --git a/.travis.yml b/.travis.yml index cffd141..7e9167d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,15 @@ -dist: xenial +dist: focal language: python jobs: include: - - python: '3.7' + - python: "3.7" env: RUN_PRE_COMMIT=0 - - python: '3.8' + - python: "3.8" env: RUN_PRE_COMMIT=0 - - python: '3.9' + - python: "3.9" env: RUN_PRE_COMMIT=1 + - python: "3.10" + env: RUN_PRE_COMMIT=0 install: - pip install -U setuptools pip -r build-requirements.txt script: