Skip to content

Commit

Permalink
Add testing with Python 3.8
Browse files Browse the repository at this point in the history
Also run each version with best choice of Ubuntu distribution
  • Loading branch information
dkfellows committed Aug 12, 2020
1 parent 460ac83 commit 4ea8e96
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,21 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

language: python
python:
- 2.7
- 3.6
- 3.7
dist: focal
os: linux
jobs:
include:
- name: Py3.6
python: 3.6
dist: bionic
- name: Py3.7
python: 3.7
dist: focal
- name: Py3.8
python: 3.8
dist: focal
- name: Py2.7 (legacy)
python: 2.7
dist: xenial
addons:
apt:
packages:
Expand Down

0 comments on commit 4ea8e96

Please sign in to comment.