mirror of
https://github.com/wassname/cachier.git
synced 2026-09-11 12:00:30 +08:00
simplfying OSX 2.7 job
This commit is contained in:
+3
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user