We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb29493 commit fd9ae49Copy full SHA for fd9ae49
.travis.yml
@@ -9,11 +9,16 @@ addons:
9
- tesseract-ocr-fra
10
11
cache:
12
- apt: true
+ apt: false
13
pip: true
14
15
matrix:
16
include:
17
+ - os: linux
18
+ dist: bionic
19
+ python: 3.7
20
+ env: TOXENV=py37
21
+ name: "3.7 Bionic"
22
- os: linux
23
dist: xenial
24
python: 2.7
@@ -39,11 +44,6 @@ matrix:
39
44
python: 3.7
40
45
env: TOXENV=pep8
41
46
name: "3.7 Xenial pep8"
42
- - os: linux
43
- dist: bionic
- python: 3.7
- env: TOXENV=py37
- name: "3.7 Bionic"
47
48
before_install:
49
# - sudo apt-get update
0 commit comments