From 28001c5905c2ab2b35d4893f08669ff9d77aab46 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Sat, 13 Jul 2019 20:16:31 +0300 Subject: [PATCH] trying to fix mac tests --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index cea765e..9ffac7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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