Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down