Run quick tests first in Travis CI

This commit is contained in:
Adrián Chaves 2020-04-28 13:48:50 +02:00
parent c207dbf939
commit e3c3ec2ba9
1 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,9 @@ matrix:
python: 3.8
- env: TOXENV=flake8
python: 3.8
- env: TOXENV=docs
python: 3.7 # Keep in sync with .readthedocs.yml
- env: TOXENV=pypy3
- env: TOXENV=py35
python: 3.5
@ -28,8 +31,6 @@ matrix:
python: 3.8
- env: TOXENV=py38-asyncio
python: 3.8
- env: TOXENV=docs
python: 3.7 # Keep in sync with .readthedocs.yml
install:
- |
if [ "$TOXENV" = "pypy3" ]; then