Skip to content

Commit

Permalink
Merge pull request #7835 from frosty00/travis-async
Browse files Browse the repository at this point in the history
async py tests on travis
  • Loading branch information
kroitor committed Oct 21, 2020
2 parents 0da1c70 + fd5fc96 commit 9e6c798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -36,7 +36,7 @@ script:
- tox -e doc
- cd ..
- npm run test-base
- bash -c 'node run-tests --js --python 5' 2>&1
- bash -c 'node run-tests --js --python-async 5' 2>&1
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then env COMMIT_MESSAGE=${NPM_VERSION:1} GITHUB_TOKEN=${GITHUB_TOKEN} ./build/push.sh; fi
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then cd python && env PYPI_PASSWORD=${PYPI_PASSWORD} ./deploy.sh && cd ..; fi
after_failure:
Expand Down

0 comments on commit 9e6c798

Please sign in to comment.