update appveyor and travis configs

This commit is contained in:
Ryan Holmes
2019-02-02 19:06:36 -05:00
parent 01f8c65304
commit 07b8f5b914
15 changed files with 287 additions and 196 deletions

7
scripts/setup-osx.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
wget "https://www.python.org/ftp/python/${PYTHON}/python-${PYTHON}-macosx10.6.pkg"
sudo installer -pkg python-${PYTHON}-macosx10.6.pkg -target /
sudo python3 -m ensurepip
# A manual check that the correct version of Python is running.
python3 --version
pip3 install -r requirements.txt