Skip to content

Commit

Permalink
tell pytest on circleci to use config
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Apr 14, 2020
1 parent 8d16666 commit 31b83ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python3 --version
mysqld --version
. venv/bin/activate
py.test -n 0 --mysql-user circleci --mysql-mysqld /usr/sbin/mysqld
py.test -n 0 --mysql-user circleci --mysql-mysqld /usr/sbin/mysqld -c pytest.ini
- store_artifacts:
path: test-reports
Expand Down

0 comments on commit 31b83ff

Please sign in to comment.