Merge pull request #4517 from Gallaecio/run-quick-tests-first

Run quick tests first in Travis CI
This commit is contained in:
Mikhail Korobov 2020-04-29 00:19:55 +05:00 committed by GitHub
commit 65ba9e1063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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