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 5c4a82a commit b9ba9e8Copy full SHA for b9ba9e8
.travis.yml
@@ -9,7 +9,7 @@ script:
9
- PYTHON_VER=`python -c 'import sys; print(sys.version_info[0])'`
10
- cd python$PYTHON_VER
11
- python _runner_tests.py
12
-# - python contemplate_koans.py # Run all the koans
+ - python contemplate_koans.py # Run all the koans
13
# - python contemplate_koans.py about_asserts about_none # Run a subset of
14
# # koans
15
#
0 commit comments