aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-07-10 18:14:55 -0700
committerMike Crute <mcrute@gmail.com>2015-07-10 18:14:55 -0700
commit84013cdafb35b6323d7b8824c7e74683a73f5867 (patch)
tree2386b1615da0c8a52fdc28a9a9fa34e57c8b7022 /.travis.yml
parentda2e2df828a01de82b8ac2839df5912ffd232d1b (diff)
downloadpydora-84013cdafb35b6323d7b8824c7e74683a73f5867.tar.bz2
pydora-84013cdafb35b6323d7b8824c7e74683a73f5867.tar.xz
pydora-84013cdafb35b6323d7b8824c7e74683a73f5867.zip
Enable Travis support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..1ee948b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
1language: python
2python:
3 - "2.6"
4 - "2.7"
5 - "3.2"
6 - "3.3"
7 - "3.4"
8 - "nightly"
9script: python setup.py test