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 +```