Explorar el Código

Merge pull request #55 from offa/travis_ci

Travis CI
pull/63/head
Ben Kurtovic hace 4 años
committed by GitHub
padre
commit
4ad20a6979
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
  1. +15
    -0
      .travis.yml

+ 15
- 0
.travis.yml Ver fichero

@@ -0,0 +1,15 @@
language: python

dist: bionic

python:
- "3.6"
- "3.7"
- "3.8"


install:
- pipenv install

script:
- pytest

Cargando…
Cancelar
Guardar