diff --git a/.circleci/config.yml b/.circleci/config.yml index fec0c7d..f04ebe7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,6 +18,7 @@ jobs: name: 'Unit Tests' command: | source /usr/local/share/virtualenvs/tap-tester/bin/activate + source /usr/local/share/virtualenvs/tap-typeform/bin/activate pip install nose2 parameterized nose2[coverage_plugin]>=0.6.5 nose2 --with-coverage -v -s tests/unittests - store_test_results: