diff --git a/.travis.yml b/.travis.yml index b54ebf2..7996932 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: python: pypy3 install: - pip install --upgrade pip - - pip install pytest pytest-cov coverage coveralls + - pip install pytest coverage coveralls - pip install -e . script: - coverage run -m pytest --verbose sqlite_rx/tests