Skip to content

Commit b1be32d

Browse files
Specialize Travis
1 parent e63190c commit b1be32d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ script:
127127
pip install -e .;
128128
python mne/tests/test_evoked.py;
129129
fi;
130-
- echo 'pytest -m "${CONDITION}" --tb=short --cov=mne -vv ${USE_DIRS}'
131-
- pytest -m "${CONDITION}" --tb=short --cov=mne -vv ${USE_DIRS}
130+
- echo 'pytest -m "${CONDITION}" --tb=short --cov=mne -vv mne/viz'
131+
- pytest -m "${CONDITION}" --tb=short --cov=mne -vv mne/viz
132132
# run the minimal one with the testing data
133133
- if [ "${DEPS}" == "minimal" ]; then
134134
export MNE_SKIP_TESTING_DATASET_TESTS=false;

0 commit comments

Comments
 (0)