Skip to content

Commit

Permalink
Merge pull request gregmalcolm#235 from gregmalcolm/move-out-of-pytho…
Browse files Browse the repository at this point in the history
…n3-folder-into-root

Move out of python3 folder into root
  • Loading branch information
gregmalcolm authored Mar 5, 2021
2 parents 3fb16e7 + b835ef0 commit 45738bb
Show file tree
Hide file tree
Showing 79 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ Python Koans is available through git on Github:

http://github.com/gregmalcolm/python_koans

It is also mirrored on bitbucket for Mercurial users:

http://bitbucket.org/gregmalcolm/python_koans

Either site will allow you to download the source as a zip/gz/bz2.


Expand Down Expand Up @@ -83,8 +79,7 @@ http://www.youtube.com/watch?v=e2WXgXEjbHY&list=PL5Up_u-XkWgNcunP_UrTJG_3EXgbK2B

Or if you prefer to read:

From a \*nix terminal or windows command prompt go to the python
koans\\python_VERSION folder and run::
From a \*nix terminal or windows command prompt run::

python contemplate_koans.py

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion python3/run.bat → run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ REM You don't actually need this script!
SET RUN_KOANS=python.exe -B contemplate_koans.py

REM Set this to your python folder:
SET PYTHON_PATH=C:\Python34
SET PYTHON_PATH=C:\Python39

set SCRIPT=

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 45738bb

Please sign in to comment.