We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d171baf commit b835ef0Copy full SHA for b835ef0
.travis.yml
@@ -4,8 +4,6 @@ python:
4
- 3.9
5
6
script:
7
- - PYTHON_VER=`python -c 'import sys; print(sys.version_info[0])'`
8
- - cd python$PYTHON_VER
9
- python _runner_tests.py
10
# - python contemplate_koans.py # Run all the koans
11
# - python contemplate_koans.py about_asserts about_none # Run a subset of
0 commit comments