Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
git-repo-updater
mirror da
https://github.com/earwig/git-repo-updater
Segui
1
Vota
1
Forka
0
Codice
Rilasci
11
Attività
Sfoglia il codice sorgente
Travis CI support added (python 3.6, 3.7, 3.8).
pull/55/head
offa
4 anni fa
parent
b502b2eaa4
commit
cc6be13f37
1 ha cambiato i file
con
15 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+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
Scrivi
Anteprima
Caricamento…
Annulla
Salva