Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
async py tests on travis
  • Loading branch information
frosty00 committed Oct 20, 2020
1 parent 50a775a commit fd5fc96
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 fd5fc96

Please sign in to comment.