git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
213490e
)
Add Travis for style checking
author
gfyoung
<redacted>
Mon, 15 May 2017 23:17:07 +0000
(19:17 -0400)
committer
gfyoung
<redacted>
Tue, 16 May 2017 00:30:01 +0000
(20:30 -0400)
Closes gh-298.
.travis.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.travis.yml
b/.travis.yml
new file mode 100644
(file)
index 0000000..
a28b645
--- /dev/null
+++ b/
.travis.yml
@@ -0,0
+1,20
@@
+notifications:
+ email: false
+
+language: python
+
+sudo: false
+
+cache:
+ directories:
+ - $HOME/.cache/pip
+
+python:
+ - "2.7"
+ - "3.6"
+
+install:
+ pip install flake8
+
+script:
+ flake8
\ No newline at end of file
git clone https://git.99rst.org/PROJECT