Removing setup.py install for test

This commit is contained in:
justin-h-loi 2023-08-22 16:12:57 -04:00 committed by arp102
parent ab580ee813
commit 7299fa7305

View File

@ -18,7 +18,6 @@ jobs:
- run: pip install bandit
- run: pip install codecov
- run: pip install slugs
- run: python3 setup.py install
- run: RUN_INTEGRATION_TESTS=${{ matrix.test_number }} ./.travis/run.sh
- run: codecov
strategy: