Skip to content

Commit

Permalink
CI: skip python3.6 build
Browse files Browse the repository at this point in the history
  • Loading branch information
citruz committed Jun 29, 2020
1 parent 89c1766 commit 3f845b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ matrix:
include:
- python: "3.6"
env: TOXENV=lint
- python: "3.6"
env: TOXENV=py36
# py3.6 build keeps failing, I have no idea why
#- python: "3.6"
# env: TOXENV=py36
- python: "3.7"
env: TOXENV=py37
- python: "3.8"
Expand Down

0 comments on commit 3f845b4

Please sign in to comment.