fix tests 2

This commit is contained in:
Shay Palachy
2019-07-14 00:28:57 +03:00
parent 363b1a41ae
commit 41c17852fd
+1 -1
View File
@@ -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"