Weather: .travis.yml: build on Python 3.2/3.3 too

This commit is contained in:
James Lu 2015-03-13 22:40:06 -07:00
parent f1e914da04
commit 6086dcc9f9

View File

@ -1,6 +1,8 @@
language: python language: python
python: python:
- "2.7" - "2.7"
- "3.2"
- "3.3"
- "3.4" - "3.4"
- pypy - pypy
- pypy3 - pypy3