Skip to content

Commit

Permalink
so done w/ tox rn
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Jan 15, 2021
1 parent c2489f7 commit cb48c2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
apt-get install -y git
- run:
name: Test
command: tox -e integration-synapse
command: |
pip install -r requirements.txt
pip install .
python -m pytest -v test/integration/synapse.dbtspec
workflows:
main:
Expand Down

0 comments on commit cb48c2b

Please sign in to comment.