Skip to content

Commit

Permalink
f: merge steps
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Aug 27, 2020
1 parent 743cc1a commit 09522ba
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Expand Up @@ -27,21 +27,16 @@ install:
before_script:
- bash .travis.install-elasticsearch.sh
script:
- py.test -n 0 -k "not test_external_elastic"
- py.test -n 0
after_success:
- coveralls
jobs:
allow_failures:
- python: 3.9-dev
- python: nightly
include:
- stage: external
script: py.test -n 0 -k test_external_elastic
- python: 3.7
- python: 3.6
- python: 3.9-dev
- stage: xdist
script: py.test -n 1 -k "not test_external_elastic"
script: py.test -n 1
- stage: linters
python: 3.8
install:
Expand Down

0 comments on commit 09522ba

Please sign in to comment.