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"