add 3.6 builds, remove 3.3

This commit is contained in:
Miguel Grinberg 2017-02-12 18:00:02 -08:00
parent d57708c73a
commit 32affb9d1b
1 changed files with 1 additions and 1 deletions

View File

@ -1,9 +1,9 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
install: python setup.py install
script: python setup.py test