This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
At some point, I'd like to get the pre-commit tests up and running on travis. But those will be much more difficult to set up -- they require a good deal of fixtures that I don't want to add to the repository. Resolves: Issue #72.
- Loading branch information
1 parent
a3e19cf
commit 0d55aa6
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
language: python | ||
|
||
dist: xenial | ||
|
||
install: pip install tox pytest | ||
|
||
script: tox | ||
|
||
matrix: | ||
include: | ||
- env: TOXENV=py35 | ||
python: 3.5 | ||
- env: TOXENV=py36 | ||
python: 3.6 | ||
- env: TOXENV=py37 | ||
python: 3.7 | ||
- env: TOXENV=py38 | ||
python: 3.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters