diff --git a/.circle-ci/config.yaml b/.circle-ci/config.yaml index 1d6b8133..bc300e07 100644 --- a/.circle-ci/config.yaml +++ b/.circle-ci/config.yaml @@ -9,5 +9,4 @@ jobs: - checkout - run: pip install --upgrade pipenv - run: pipenv install --sytem --dev - - test - run: python setup.py test