No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
15 additions and
0 deletions
-
.travis.yml
|
|
@@ -0,0 +1,15 @@ |
|
|
|
language: python |
|
|
|
|
|
|
|
dist: bionic |
|
|
|
|
|
|
|
python: |
|
|
|
- "3.6" |
|
|
|
- "3.7" |
|
|
|
- "3.8" |
|
|
|
|
|
|
|
|
|
|
|
install: |
|
|
|
- pipenv install |
|
|
|
|
|
|
|
script: |
|
|
|
- pytest |