Add Travis for style checking
authorgfyoung <redacted>
Mon, 15 May 2017 23:17:07 +0000 (19:17 -0400)
committergfyoung <redacted>
Tue, 16 May 2017 00:30:01 +0000 (20:30 -0400)
Closes gh-298.

.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..a28b645
--- /dev/null
@@ -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