diff options
| author | Jason Madden <jamadden@gmail.com> | 2017-01-18 07:51:18 -0600 |
|---|---|---|
| committer | Jason Madden <jamadden@gmail.com> | 2017-01-18 07:51:18 -0600 |
| commit | 0fbf1b0d863c383e3fe72f137290efd55b60571f (patch) | |
| tree | 41a6aae8e6a2d43d1e80b9a56380fae12b0b5ee4 | |
| parent | a4692ac0aabb7999b0e1d299714181dfdc69d4b6 (diff) | |
| download | zope-interface-macpython.tar.gz | |
Install the test extra with pip.macpython
hopefully this avoids the SSL issue seen in macpython
3.6 (https://travis-ci.org/zopefoundation/zope.interface/jobs/192367647)
Also update appveyor.yml
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | appveyor.yml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3f60bdb..f9683ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then get_python_environment $TERRYFY_PYTHON venv; fi - if [[ "$TERRYFY_PYTHON" == "homebrew 3" ]]; then alias pip=`which pip3` ; fi install: - - pip install -e . + - pip install -e .[test] script: - python setup.py test -q notifications: diff --git a/appveyor.yml b/appveyor.yml index 505ae3c..0425cc2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,6 +13,8 @@ environment: - python: 34-x64 - python: 35 - python: 35-x64 + - python: 36 + - python: 36-x64 install: - "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%" |
