Skip to content

Commit

Permalink
- change tests order
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 15, 2019
1 parent 87414cd commit c5451d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Expand Up @@ -2,12 +2,6 @@ language: python

matrix:
include:
- python: "3.7"
env: TOXENV=flake8
- python: "3.7"
env: TOXENV=coverage
after_success:
- coveralls
- python: "2.7"
env: TOXENV=py27
- python: "3.5"
Expand All @@ -20,6 +14,12 @@ matrix:
- python: "3.8-dev"
env: TOXENV=py38
dist: xenial
- python: "3.7"
env: TOXENV=flake8
- python: "3.7"
env: TOXENV=coverage
after_success:
- coveralls

install:
- travis_retry pip install -U pip setuptools tox
Expand Down

0 comments on commit c5451d1

Please sign in to comment.