Skip to content

Commit a554dd3

Browse files
committed
Default CI testing is to skip slow tests
1 parent b314f07 commit a554dd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ install:
7676
- python setup.py install
7777

7878
script:
79-
- py.test xarray --cov=xarray --cov-report term-missing --verbose
79+
- py.test xarray --cov=xarray --cov-report term-missing --verbose --skip-slow
8080

8181
after_success:
8282
- coveralls

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ install:
3838
build: false
3939

4040
test_script:
41-
- "py.test xarray --verbose"
41+
- "py.test xarray --verbose --skip-slow"

0 commit comments

Comments
 (0)