simplfying OSX 2.7 job

This commit is contained in:
Shay Palachy
2019-07-15 18:28:58 +03:00
parent 0e2aceaf79
commit 38fb26fc25
+3 -4
View File
@@ -16,8 +16,7 @@ matrix:
- name: "Python 2.7.14 on macOS 10.13"
os: osx
osx_image: xcode9.3 # Python 2.7.14_2 running on macOS 10.13
language: shell # 'language: python' is an error on Travis CI macOS
# sudo: true
language: shell # 'language: python' errors on Travis CI macOS
before_install:
- python --version
# - pip install -U pip
@@ -26,8 +25,8 @@ matrix:
- pip install codecov --user
# - pip install pymongo --user
install: pip install ".[test]" --user
script: python -m pytest
after_success: python -m codecov
# script: python -m pytest
# after_success: python -m codecov
- name: "Python 3.6.5 on macOS 10.13"
os: osx
osx_image: xcode9.4 # Python 3.6.5 running on macOS 10.13