diff --git a/.travis.yml b/.travis.yml index 4ae0f9184..e8f7d64ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ python: - 3.9 script: - - PYTHON_VER=`python -c 'import sys; print(sys.version_info[0])'` - - cd python$PYTHON_VER - python _runner_tests.py # - python contemplate_koans.py # Run all the koans # - python contemplate_koans.py about_asserts about_none # Run a subset of