mirror of
https://github.com/wassname/cachier.git
synced 2026-09-11 12:00:30 +08:00
trying to fix mac tests
This commit is contained in:
+4
-4
@@ -22,9 +22,9 @@ matrix:
|
||||
- python --version
|
||||
# - pip install -U pip
|
||||
# - python -m pip install --upgrade pip
|
||||
- pip install pytest
|
||||
- pip install codecov
|
||||
- pip install pymongo
|
||||
- pip install pytest --user
|
||||
- pip install codecov --user
|
||||
- pip install pymongo --user
|
||||
script: python -m pytest
|
||||
after_success: python -m codecov
|
||||
- name: "Python 3.6.5 on macOS 10.13"
|
||||
@@ -54,7 +54,7 @@ matrix:
|
||||
# ====== WINDOWS =========
|
||||
- name: "Python 2.7 on Windows"
|
||||
os: windows # Windows 10.0.17134 N/A Build 17134
|
||||
language: shell # 'language: python' is an error on Travis CI Windows
|
||||
language: shell # 'language: python' errors Travis CI Windows
|
||||
before_install:
|
||||
- choco install python2
|
||||
- python --version
|
||||
|
||||
Reference in New Issue
Block a user