Skip to content

Commit

Permalink
Appveyor: Exit with exit code returned by pytest.main function
Browse files Browse the repository at this point in the history
  • Loading branch information
bocklund committed Oct 11, 2019
1 parent a0f2fc7 commit ade9aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ install:
build: false

test_script:
- "python -c \"import pytest ; pytest.main()\" -s -v pycalphad"
- "python -c \"import pytest ; exit(pytest.main())\" -s -v pycalphad"

0 comments on commit ade9aca

Please sign in to comment.