This website works better with JavaScript.
Home
Help
Sign In
ben
/
git-repo-updater
mirror of
https://github.com/earwig/git-repo-updater
Watch
1
Star
1
Fork
0
Code
Releases
11
Activity
Browse Source
Travis CI support added (python 3.6, 3.7, 3.8).
pull/55/head
offa
4 years ago
parent
b502b2eaa4
commit
cc6be13f37
1 changed files
with
15 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+15
-0
.travis.yml
+ 15
- 0
.travis.yml
View File
@@ -0,0 +1,15 @@
language: python
dist: bionic
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pipenv install
script:
- pytest
Write
Preview
Loading…
Cancel
Save