Selaa lähdekoodia

Merge pull request #55 from offa/travis_ci

Travis CI
pull/63/head
Ben Kurtovic 4 vuotta sitten
committed by GitHub
vanhempi
commit
4ad20a6979
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 15 lisäystä ja 0 poistoa
  1. +15
    -0
      .travis.yml

+ 15
- 0
.travis.yml Näytä tiedosto

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

dist: bionic

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


install:
- pipenv install

script:
- pytest

Ladataan…
Peruuta
Tallenna