From 138ce335b00371aabed6438e8d9290631501191b Mon Sep 17 00:00:00 2001 From: Pauli Jokela Date: Wed, 13 Oct 2021 09:52:38 +0300 Subject: [PATCH] Revert "Added cross-platform binary builds and Travis CI support" --- .travis.yml | 22 ---------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2ef9c845..00000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -# https://docs.travis-ci.com/user/languages/python/ -language: python -matrix: - include: - - name: "Python 3.7 on Linux" - python: 3.7 - dist: xenial - install: pip3 install pyinstaller - script: pyinstaller --clean --windowed --onedir --onefile --add-data "Scripts:Scripts" ProperTree.command - - name: "Python 3.7 on macOS" - os: osx - osx_image: xcode10.2 - language: shell - install: pip3 install pyinstaller - script: pyinstaller --clean --windowed --onedir --onefile --add-data "Scripts:Scripts" ProperTree.command - - name: "Python 3.7 on Windows" - os: windows - language: shell - before_install: choco install python - env: PATH=/c/Python37:/c/Python37/Scripts:$PATH - install: pip3 install pyinstaller - script: pyinstaller --clean --windowed --onedir --onefile --add-data "Scripts;Scripts" ProperTree.command diff --git a/README.md b/README.md index 9404fce1..1d805f05 100644 --- a/README.md +++ b/README.md @@ -100,4 +100,4 @@ C. Current (/Library/Frameworks/Python.framework/Versions/3.9/bin/python3) Q. Quit Please select the python version to use: -``` \ No newline at end of file +```