Sfoglia il codice sorgente

Merge pull request #55 from offa/travis_ci

Travis CI
pull/63/head
Ben Kurtovic 4 anni fa
committed by GitHub
parent
commit
4ad20a6979
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 15 aggiunte e 0 eliminazioni
  1. +15
    -0
      .travis.yml

+ 15
- 0
.travis.yml Vedi File

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

dist: bionic

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


install:
- pipenv install

script:
- pytest

Caricamento…
Annulla
Salva