Remove pypy3 add python 3.2 testing

Reorder list for testing preference
This commit is contained in:
rocky
2016-05-05 04:45:00 -04:00
parent 3153a955d4
commit 6caa2c12fa

View File

@@ -3,11 +3,11 @@ language: python
sudo: false
python:
- '2.6'
- '2.7'
- '3.4'
- '3.5'
- 'pypy3'
- '2.7'
- '2.6'
- '3.4'
- '3.2'
install:
- pip install -r requirements.txt