Ver código fonte

Merge pull request #55 from offa/travis_ci

Travis CI
pull/63/head
Ben Kurtovic 4 anos atrás
committed by GitHub
pai
commit
4ad20a6979
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 15 adições e 0 exclusões
  1. +15
    -0
      .travis.yml

+ 15
- 0
.travis.yml Ver arquivo

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

dist: bionic

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


install:
- pipenv install

script:
- pytest

Carregando…
Cancelar
Salvar