From 41c17852fd42efc49d2da416efbfc7b06fe2b2a4 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Sun, 14 Jul 2019 00:28:57 +0300 Subject: [PATCH] fix tests 2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a3165f..b2eb88d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ matrix: - pip install pytest --user - pip install codecov --user - pip install pymongo --user - install: install ".[test]" --user + install: pip install ".[test]" --user script: python -m pytest after_success: python -m codecov - name: "Python 3.6.5 on macOS 10.13"