trying to test python 2.7 on osx

This commit is contained in:
Shay Palachy
2019-07-13 15:58:31 +03:00
parent 373d3664e2
commit abf467a047
+12 -1
View File
@@ -23,6 +23,17 @@ matrix:
- pip3 install pymongo
script: python3 -m pytest
after_success: python 3 -m codecov
- name: "Python 2.7.12 on macOS"
os: osx
osx_image: xcode7.3 # Python 2.7.12 running on macOS 10.11
language: shell # 'language: python' is an error on Travis CI macOS
before_install:
- pip install -U pip
- pip install -U pytest
- pip install codecov
- pip install pymongo
script: python -m pytest
after_success: python -m codecov
- name: "Python 3.7.3 on Windows"
os: windows # Windows 10.0.17134 N/A Build 17134
language: shell # 'language: python' is an error on Travis CI Windows
@@ -44,7 +55,7 @@ script: python -m pytest
# submit coverage
after_success:
# - coveralls
- python3 -m codecov
- python -m codecov
# deploy:
# provider: pypi
# user: shaypal5