Skip to content

Commit 06751db

Browse files
committed
Remove python2 support
Fix #203
1 parent 75b7492 commit 06751db

81 files changed

Lines changed: 3 additions & 5553 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22

33
python:
4-
- 2.7
54
- 3.2
65
- 3.3
76
- 3.4

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If you have problems, this may help:
7575
Windows users may also want to update the line in the batch file `run.bat` to
7676
set the python path::
7777

78-
SET PYTHON_PATH=C:\Python27
78+
SET PYTHON_PATH=C:\Python37
7979

8080

8181
Getting Started
@@ -145,9 +145,9 @@ On Linux::
145145
On Windows::
146146

147147
$ pip install pywin32
148-
148+
149149
(If that failed, try::
150-
150+
151151
$ pip install pypiwin32
152152
)
153153

python2/_runner_tests.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

python2/contemplate_koans.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

python2/example_file.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

python2/koans.txt

Lines changed: 0 additions & 41 deletions
This file was deleted.

python2/koans/GREEDS_RULES.txt

Lines changed: 0 additions & 66 deletions
This file was deleted.

python2/koans/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

python2/koans/a_normal_folder/a_module.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

python2/koans/a_package_folder/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)