Skip to content

Commit e7c422a

Browse files
cclaussyonghong-song
authored andcommitted
Four parallel test runs
1 parent 45fd2f7 commit e7c422a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
language: python
22
matrix:
33
include:
4-
- name: "generic tests on Python 2.7"
4+
- name: "Check helpers on Python 2.7"
55
python: 2.7
6+
script: ./scripts/check-helpers.sh
7+
- name: "Python style check on Python 2.7"
8+
python: 2.7
9+
script: ./scripts/py-style-check.sh
610
- name: "flake8 lint on Python 2.7"
711
python: 2.7
812
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
913
- name: "flake8 lint on Python 3.7"
1014
dist: xenial # required for Python >= 3.7
1115
python: 3.7
1216
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
17+
allow_failures:
18+
- name: "Check helpers on Python 2.7"
1319
before_install: pip install --upgrade pip
1420
install: pip install flake8
15-
script:
16-
#- set -euo pipefail
17-
- ./scripts/check-helpers.sh
18-
- ./scripts/py-style-check.sh

0 commit comments

Comments
 (0)