Merge remote-tracking branch 'weather/devel'

This commit is contained in:
James Lu 2015-09-28 13:07:59 -07:00
commit f5325dfa43

View File

@ -1,9 +1,12 @@
sudo: false
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
- pypy
- pypy3
# command to install dependencies,