Skip to content

Commit

Permalink
FIX: Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Feb 27, 2020
1 parent 68f02a0 commit 7f03c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
displayName: Print NumPy config
- script: python -c "import mne; mne.datasets.testing.data_path(verbose=True)"
displayName: 'Get test data'
- script: pytest -m "not ultraslowtest" --tb=short --cov=mne mne/viz
- script: pytest -m "not ultraslowtest" --tb=short --cov=mne -vs mne/viz
displayName: 'Run tests'
- script: codecov --root %BUILD_REPOSITORY_LOCALPATH% -t %CODECOV_TOKEN%
displayName: 'Codecov'
Expand Down

0 comments on commit 7f03c7d

Please sign in to comment.