aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-07-10 18:17:48 -0700
committerMike Crute <mcrute@gmail.com>2015-07-10 18:17:48 -0700
commit0f0a029ec14c033166eac9413ebd516c9bc2fd40 (patch)
tree98307a6a552e48ed4eded229103ec1e4484d5edc /.travis.yml
parent84013cdafb35b6323d7b8824c7e74683a73f5867 (diff)
downloadpydora-0f0a029ec14c033166eac9413ebd516c9bc2fd40.tar.bz2
pydora-0f0a029ec14c033166eac9413ebd516c9bc2fd40.tar.xz
pydora-0f0a029ec14c033166eac9413ebd516c9bc2fd40.zip
Enable Travis only for supported python versions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1ee948b..a984591 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,7 @@
1language: python 1language: python
2python: 2python:
3 - "2.6"
4 - "2.7" 3 - "2.7"
5 - "3.2" 4 - "3.2"
6 - "3.3" 5 - "3.3"
7 - "3.4" 6 - "3.4"
8 - "nightly"
9script: python setup.py test 7script: python setup.py test