parent
ab5af524a4
commit
f786335dbb
19
.travis.yml
19
.travis.yml
|
@ -44,6 +44,25 @@ jobs:
|
||||||
python: '3.7'
|
python: '3.7'
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
- &test-macos
|
||||||
|
language: generic
|
||||||
|
os: osx
|
||||||
|
osx_image: xcode9.4
|
||||||
|
sudo: required
|
||||||
|
env: TOXENV=py27
|
||||||
|
install:
|
||||||
|
- python -m pip install --upgrade --pre tox
|
||||||
|
- <<: *test-macos
|
||||||
|
env: TOXENV=py36
|
||||||
|
install:
|
||||||
|
- python3 -m pip install --upgrade --pre tox
|
||||||
|
- <<: *test-macos
|
||||||
|
env: TOXENV=py37
|
||||||
|
before_install:
|
||||||
|
- brew update
|
||||||
|
- brew upgrade python
|
||||||
|
- brew unlink python
|
||||||
|
- brew link python
|
||||||
|
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
python: '3.6'
|
python: '3.6'
|
||||||
|
|
Loading…
Reference in New Issue