Skip to content

Commit 23948b9

Browse files
authored
Update .travis.yml
1 parent 43e127c commit 23948b9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ jobs:
2323
# test stage
2424
- stage: test
2525
env: TOXENV=py
26-
matrix:
27-
allow_failures:
28-
- env: TOXENV=flake8
29-
- env: TOXENV=xenon
30-
- env: TOXENV=vulture
26+
3127
install:
3228
- sh -c 'if [ "$TOXENV" = "py" ]; then pip install tox codecov; else pip install tox; fi'
3329
script:

0 commit comments

Comments
 (0)