summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2015-01-04 23:04:39 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2015-01-04 23:04:39 -0800
commit5d1b19b6c3b23f65ca3f833f1ae4b33985e11f5e (patch)
tree8ca9edaa60469c019aa16a2d668b466b3c5ac94b /.travis.yml
parent0c78e8031b7428fc183ecddc6b2bd74d5cdd473e (diff)
Add a travis config file.
Diffstat (limited to '.travis.yml')
-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 00000000..7a19e901
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: python
+python:
+ - "3.4"
+ - "3.3"
+ - "2.7"
+ - "2.6"
+
+install: pip install tox
+
+script: tox