Skip to content

Commit

Permalink
I give up on doing anything particularly fancy for python 3 on Mac...…
Browse files Browse the repository at this point in the history
… just shell out to a python 2 instance and call the script on that.
  • Loading branch information
TaylorSMarks committed Jul 14, 2021
1 parent e6e0742 commit cfbb36a
Show file tree
Hide file tree
Showing 49 changed files with 20 additions and 43,800 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
os: osx
osx_image: xcode12.5
language: shell
script: python3 test.py
- name: "Python 2.7 on macOS 10.11 (El Capitan)"
os: osx
osx_image: xcode7.3
Expand All @@ -29,4 +30,4 @@ jobs:
env: PATH=/c/Python39:/c/Python39/Scripts:$PATH
install: true # Makes it do nothing instead of trying to find a requirements.txt file.
script:
- python3 test.py || python test.py
- python test.py
Binary file removed AppKit/_AppKit.so
Binary file not shown.
184 changes: 0 additions & 184 deletions AppKit/__init__.py

This file was deleted.

Binary file removed AppKit/_inlines.so
Binary file not shown.
22,150 changes: 0 additions & 22,150 deletions AppKit/_metadata.py

This file was deleted.

29 changes: 0 additions & 29 deletions AppKit/_nsapp.py

This file was deleted.

Binary file removed CoreFoundation/_CoreFoundation.so
Binary file not shown.
39 changes: 0 additions & 39 deletions CoreFoundation/__init__.py

This file was deleted.

Binary file removed CoreFoundation/_inlines.so
Binary file not shown.
Loading

0 comments on commit cfbb36a

Please sign in to comment.