Skip to content

Commit

Permalink
Tidy up Travis configuration
Browse files Browse the repository at this point in the history
- Use the Python 3.9 release rather than '*-dev'
- Drop 'sudo' configuration as it is deprecated
- Drop 'dist: xenial' configuration, it is now the default

https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
  • Loading branch information
Jon Dufresne authored and Petr Viktorin committed Nov 14, 2020
1 parent c2e045d commit a66dcc3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: python
group: travis_latest

sudo: false

cache: pip

addons:
Expand Down Expand Up @@ -35,22 +33,16 @@ matrix:
- TOXENV=py37
- CFLAGS_std="-std=c99"
- WITH_GCOV=1
dist: xenial
sudo: true
- python: 3.8
env:
- TOXENV=py38
- CFLAGS_std="-std=c99"
- WITH_GCOV=1
dist: xenial
sudo: true
- python: 3.9-dev
- python: 3.9
env:
- TOXENV=py39
- CFLAGS_std="-std=c99"
- WITH_GCOV=1
dist: xenial
sudo: true
- python: 3.6
env:
- TOXENV=py3-nosasltls
Expand Down

0 comments on commit a66dcc3

Please sign in to comment.