Test pypy first to optimize Travis

This commit is contained in:
Takeshi KOMIYA 2017-01-08 11:58:14 +09:00
parent 23d74ddbe6
commit 57dd53d903

View File

@ -4,12 +4,12 @@ cache:
directories:
- $HOME/.cache/pip
python:
- "pypy"
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy"
env:
global:
- TEST='-v --durations 25'