Skip to content
Snippets Groups Projects
Commit df2dfcd2 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

build on 3.6 and 3.7 inexplicably hangs

parent 036b35b2
No related branches found
No related tags found
No related merge requests found
......@@ -18,20 +18,6 @@ jobs:
after_script:
- coverage xml
- ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT
- stage: test
python: "3.6"
script:
- bash tests/test.sh
after_script:
- coverage xml
- ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT
- stage: test
python: "3.7"
script:
- bash tests/test.sh
after_script:
- coverage xml
- ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT
- stage: test
python: "3.8"
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment