No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
15 adiciones y
0 borrados
-
.travis.yml
|
|
@@ -0,0 +1,15 @@ |
|
|
|
language: python |
|
|
|
|
|
|
|
dist: bionic |
|
|
|
|
|
|
|
python: |
|
|
|
- "3.6" |
|
|
|
- "3.7" |
|
|
|
- "3.8" |
|
|
|
|
|
|
|
|
|
|
|
install: |
|
|
|
- pipenv install |
|
|
|
|
|
|
|
script: |
|
|
|
- pytest |