Skip to content

Commit

Permalink
Reorder TravisCI targets
Browse files Browse the repository at this point in the history
  • Loading branch information
int3l authored Aug 6, 2019
1 parent bc07950 commit 4d11f2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ cache:

matrix:
include:
- os: linux
dist: bionic
python: 3.7
env: TOXENV=py37
name: "3.7 Bionic"
- os: linux
dist: xenial
python: 2.7
Expand All @@ -36,6 +31,11 @@ matrix:
python: 3.7
env: TOXENV=py37-pep8
name: "3.7 Xenial"
- os: linux
dist: bionic
python: 3.7
env: TOXENV=py37
name: "3.7 Bionic"

before_install:
- sudo apt-get install -y tesseract-ocr
Expand Down

0 comments on commit 4d11f2c

Please sign in to comment.