Skip to content

Commit

Permalink
Travis improvements
Browse files Browse the repository at this point in the history
 - Update Travis website for badge
 - Flag 3.9 as not allowed for failures
 - Add 3.10 as supported
  • Loading branch information
SylvainDe committed Oct 31, 2020
1 parent 7890909 commit 4c0a9fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ matrix:
- os: linux
dist: trusty
python: 3.9-dev
- os: linux
dist: xenial
python: 3.10-dev
- os: linux
dist: trusty
python: nightly
Expand Down Expand Up @@ -157,9 +160,6 @@ matrix:
- os: linux
dist: trusty
python: 3.9-dev
- os: linux
dist: xenial
python: 3.9-dev
- os: linux
dist: xenial
python: pypy-5.3.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DidYouMean-Python (aka BetterErrorMessages)

[![BetterErrorMessages on PyPI](https://badge.fury.io/py/BetterErrorMessages.svg)](https://badge.fury.io/py/BetterErrorMessages)

[![Build Status](https://travis-ci.org/SylvainDe/DidYouMean-Python.svg)](https://travis-ci.org/SylvainDe/DidYouMean-Python)
[![Build Status](https://travis-ci.com/SylvainDe/DidYouMean-Python.svg)](https://travis-ci.com/SylvainDe/DidYouMean-Python)

[![Coverage Status](https://coveralls.io/repos/SylvainDe/DidYouMean-Python/badge.svg?branch=master)](https://coveralls.io/r/SylvainDe/DidYouMean-Python?branch=master)
[![codecov.io](http://codecov.io/github/SylvainDe/DidYouMean-Python/coverage.svg?branch=master)](http://codecov.io/github/SylvainDe/DidYouMean-Python?branch=master)
Expand Down

0 comments on commit 4c0a9fd

Please sign in to comment.