Make "docs" the last build, even though it still uses python3.6 for now

This commit is contained in:
Konstantin Lopuhin 2018-07-09 12:36:58 +03:00
parent cf9399acc1
commit 2773fe09e4
1 changed files with 2 additions and 2 deletions

View File

@ -21,10 +21,10 @@ matrix:
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.6
env: TOXENV=docs
- python: 3.7
env: TOXENV=py37
- python: 3.6
env: TOXENV=docs
install:
- |
if [ "$TOXENV" = "pypy" ]; then