aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbmedx <bmesick@edx.org>2017-09-13 14:38:41 -0400
committerbmedx <bmesick@edx.org>2017-09-13 14:38:41 -0400
commit28fff1bfbb9e15bb14314a8294e44f971b5acfff (patch)
tree81b17873d5d1bd04bb3d259726781e9f262dfc65
parent7f1ba504894a58ca2a3849d3f577e9467fa5689e (diff)
Adding .travis.yml for CI since this repo will be around for a while
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..db9ae79
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+sudo: false
+language: python
+python:
+ - "2.7"
+
+install:
+ - pip install -U pip wheel tox
+
+script:
+ - tox