Skip to content

Commit

Permalink
fix: removed extra python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 31, 2022
1 parent f88868c commit 3dd7ca2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy3"
matrix:
include:
- python: 3.7
dist: xenial
- python: 3.8
dist: xenial
- python: 3.9
dist: xenial
- python: pypy
dist: xenial
- python: pypy3
Expand Down

0 comments on commit 3dd7ca2

Please sign in to comment.