This website works better with JavaScript.
Home
Explore
Codeberg Issues
Blog
Join Codeberg e.V.
Donate
Help
Register
Sign In
hjacobs
/
kube-web-view
Watch
9
Star
18
Fork
8
Code
Issues
48
Pull Requests
3
Releases
42
Activity
Browse Source
Travis CI config
tags/0.6
Henning Jacobs
4 months ago
parent
c12fae105a
commit
430c67a21c
1 changed files
with
13 additions
and
0 deletions
Split View
Show Diff Stats
+13
-0
.travis.yml
+ 13
- 0
.travis.yml
View File
@@ -0,0 +1,13 @@
dist: bionic
sudo: yes
language: python
python:
- "3.7"
services:
- docker
install:
- pip install poetry
script:
- make test
after_success:
- coveralls
Write
Preview
Loading…
Cancel
Save