diff options
| author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-11-28 11:46:56 +0100 | 
|---|---|---|
| committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-11-28 11:46:56 +0100 | 
| commit | 79ae0a06d55666f408cde3104f97f6261e4f9f50 (patch) | |
| tree | fdcf8ea8b3b9498b132b21702bd6204831b1693d | |
| parent | 2d2fa229eceac1009c894e7a9eb5d956e833c904 (diff) | |
comment out 3.3 testing until Travis implements it
| -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:  | 
