Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Update travis build config
Browse files Browse the repository at this point in the history
  • Loading branch information
attomos committed Nov 2, 2020
1 parent 862df16 commit 33f4bdc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ notifications:
matrix:
include:
- name: "black"
python: 3.6
python: 3.7
env:
- TEST_CMD="black --check --verbose ."
- name: "3.6"
python: 3.6
- name: "3.7"
python: 3.7
- name: "3.8"
python: 3.8
- name: "3.9"
python: 3.9

0 comments on commit 33f4bdc

Please sign in to comment.