diff options
| -rw-r--r-- | .travis.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.travis.yml b/.travis.yml index c8b6e5112..c6c758fd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python  python:    - "2.6"    - "2.7" -  - "3.3" +#  - "3.3"  script: nosetests test --nocapture  notifications:    email: | 
