Ver a proveniência

Merge pull request #55 from offa/travis_ci

Travis CI
pull/63/head
Ben Kurtovic há 4 anos
committed by GitHub
ascendente
cometimento
4ad20a6979
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 15 adições e 0 eliminações
  1. +15
    -0
      .travis.yml

+ 15
- 0
.travis.yml Ver ficheiro

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

dist: bionic

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


install:
- pipenv install

script:
- pytest

Carregando…
Cancelar
Guardar