diff --git a/.travis.yml b/.travis.yml index 37d6229..2c15854 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,15 @@ language: python os: linux -dist: xenial +dist: jammy jobs: include: + - name: Python 3.9 on Windows + os: windows + language: shell + before_install: + - choco install python --version 3.9.0 + - python -m pip install --upgrade pip + env: PATH=/c/Python39:/c/Python39/Scripts:$PATH - name: Python 3.7 on Windows os: windows language: shell @@ -17,8 +24,8 @@ jobs: - choco install python --version 3.6.8 - python -m pip install --upgrade pip env: PATH=/c/Python36:/c/Python36/Scripts:$PATH - - name: Python 3.7 on Xenial Linux - python: 3.7 + - name: Python 3.9 on Jammy Jellyfish Linux + python: 3.9 install: - pip install -r requirements-dev.txt - pip install python-coveralls