mirror of
https://github.com/wassname/cachier.git
synced 2026-09-09 11:19:08 +08:00
pip3 install fix for travis tests on macox
This commit is contained in:
@@ -39,6 +39,8 @@ matrix:
|
||||
- pip3 install -U pip
|
||||
- pip3 install -U pytest
|
||||
- pip3 install codecov
|
||||
install:
|
||||
- pip3 install ".[test]"
|
||||
script: python3 -m pytest
|
||||
after_success: python 3 -m codecov
|
||||
- name: "Python 3.7.3 on macOS 10.14"
|
||||
@@ -50,6 +52,8 @@ matrix:
|
||||
- pip3 install -U pip
|
||||
- pip3 install -U pytest
|
||||
- pip3 install codecov
|
||||
install:
|
||||
- pip3 install ".[test]"
|
||||
script: python3 -m pytest
|
||||
after_success: python 3 -m codecov
|
||||
# ====== WINDOWS =========
|
||||
|
||||
Reference in New Issue
Block a user