aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9b2061b1..6ec6f01b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,15 @@
language: python
python:
- - 2.6
- 2.7
- 3.2
- 3.3
- "pypy"
+matrix:
+ allow_failures:
+ - python: 3.2
+ - python: 3.3
+notifications:
+ email: false
env:
- DEPS=false
- DEPS=true