Explorar el Código

Travis CI support added (python 3.6, 3.7, 3.8).

pull/55/head
offa hace 4 años
padre
commit
cc6be13f37
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