remove 3.2, add 3.5

This commit is contained in:
Alessandro Molina 2015-11-06 16:33:31 +01:00
parent b6cbdc85bb
commit 0c7f4a794c
1 changed files with 1 additions and 1 deletions

View File

@ -2,9 +2,9 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
install:
- "travis_retry pip install nose"