Skip to content

Commit

Permalink
Simplify testing matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <[email protected]>
  • Loading branch information
nijel committed Sep 5, 2019
1 parent 1371f48 commit 86a497c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@ dist: bionic
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
matrix:
include:
- python: 3.7
dist: xenial
- "3.7"
install:
- pip install -r requirements.txt
script:
Expand Down

0 comments on commit 86a497c

Please sign in to comment.