projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f1aa7f
)
Set up Travis CI.
author
whitequark
<whitequark@whitequark.org>
Thu, 13 Dec 2018 07:50:12 +0000
(07:50 +0000)
committer
whitequark
<whitequark@whitequark.org>
Thu, 13 Dec 2018 07:54:02 +0000
(07:54 +0000)
.travis.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.travis.yml
b/.travis.yml
new file mode 100644
(file)
index 0000000..
2afbcf2
--- /dev/null
+++ b/
.travis.yml
@@ -0,0
+1,9
@@
+dist: xenial
+language: python
+python:
+ - "3.7"
+install:
+ - pip install coverage codecov
+script:
+ - coverage run -m unittest discover
+ - codecov