-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #106 from glitchassassin/develop
v0.7.0
- Loading branch information
Showing
21 changed files
with
818 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
matrix: | ||
include: | ||
- os: osx | ||
language: generic | ||
env: PYTHON=2.7 | ||
- os: osx | ||
language: generic | ||
env: PYTHON=3.5.4 | ||
- os: osx | ||
language: generic | ||
env: PYTHON=3.6.3 | ||
|
||
before_install: "if [ \"$TRAVIS_OS_NAME\" == \"osx\" ]; then\n brew update\n brew | ||
install openssl readline\n\n # install pyenv\n git clone --depth 1 https://github.com/pyenv/pyenv | ||
~/.pyenv\n PYENV_ROOT=\"$HOME/.pyenv\"\n PATH=\"$PYENV_ROOT/bin:$PATH\"\n eval | ||
\"$(pyenv init -)\"\n\n # set up Python environment\n pyenv install $PYTHON\n | ||
\ pyenv global $PYTHON\n \n pyenv rehash\n python -m pip install virtualenv\n | ||
\ python -m virtualenv ~/.venv\n source ~/.venv/bin/activate\nfi\n" | ||
|
||
install: | ||
- python --version | ||
- python -m pip install --disable-pip-version-check --upgrade pip | ||
- pip install -r osx_requirements.txt | ||
- python -m easy_install -U setuptools | ||
|
||
script: | ||
- python setup.py install | ||
- python tests/appveyor_test_cases.py | ||
|
||
after_success: | ||
- python setup.py bdist_wheel | ||
- python setup.py sdist | ||
- ls dist | ||
|
||
|
||
deploy: | ||
provider: pypi | ||
user: glitchassassin | ||
password: | ||
secure: YuUL3YmD6c+X3BBu3bgAhvkFHfE7dMK+dJzPuvSN6MNoYntzDQRHLAARLbs6SYmytHrj1M9MReA43fQOhIi3FSHvS6rOSgiMzfwdz0BUA9KQNCKn/rj56vgMoKJwq2Fp5lEz292VhHSh0qpyGl+k52dTodIpqxFMBKMXoxWBjNam2DXjRTHLKCex3aiGOF9Fm5Vhlwd0fAy+6T3YKuijr++a9B5szt8Ex7iMzlH3DJNYTsPxu5RdUrbKRoNY5SSf+7BgqlLqBvE6qCxgeMxSBgkkaQNjYTY4ZkLtIweWtfMzHFLBUlPfen0E7bMlU1w4tnLVKam/xO7qz+vEwm4LrPQQGtkt8WL5b89oNmQ/e7ocTt1Kw8OU+rCB4VIXXT92qT05dETjloAOL8c7Csl/Gl/DctZyZg3I4gsHw7mkK/wZkZDnAwb0k7pH2ECownYSY7m5QbibDVZzFZGoJwtwuweELeg1zJW89r+w4ZhXuXvRjJB1kYukLrd9POTEdAlp0Cjs0QM0PxD8S9yONjUv2skgK00DF1uJNVN7sF/zNF+ulq3nbQGvN6c8zzUQEOPFKHZoqiEW58Dt+MVAYMIjHRhjVb1rrUYTidJjmwV3+zsfMlCQhChOO4UvXcsXwmO6AIpGRbhmzmdwArylOT9BxR7AcuuI1aDqsQ35p7d+jjU= | ||
on: | ||
tags: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.