Parcourir la source

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

pull/55/head
offa il y a 4 ans
Parent
révision
cc6be13f37
1 fichiers modifiés avec 15 ajouts et 0 suppressions
  1. +15
    -0
      .travis.yml

+ 15
- 0
.travis.yml Voir le fichier

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

dist: bionic

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


install:
- pipenv install

script:
- pytest

Chargement…
Annuler
Enregistrer