We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63190c commit b1be32dCopy full SHA for b1be32d
1 file changed
.travis.yml
@@ -127,8 +127,8 @@ script:
127
pip install -e .;
128
python mne/tests/test_evoked.py;
129
fi;
130
- - echo 'pytest -m "${CONDITION}" --tb=short --cov=mne -vv ${USE_DIRS}'
131
- - pytest -m "${CONDITION}" --tb=short --cov=mne -vv ${USE_DIRS}
+ - echo 'pytest -m "${CONDITION}" --tb=short --cov=mne -vv mne/viz'
+ - pytest -m "${CONDITION}" --tb=short --cov=mne -vv mne/viz
132
# run the minimal one with the testing data
133
- if [ "${DEPS}" == "minimal" ]; then
134
export MNE_SKIP_TESTING_DATASET_TESTS=false;
0 commit comments