We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b314f07 commit a554dd3Copy full SHA for a554dd3
.travis.yml
@@ -76,7 +76,7 @@ install:
76
- python setup.py install
77
78
script:
79
- - py.test xarray --cov=xarray --cov-report term-missing --verbose
+ - py.test xarray --cov=xarray --cov-report term-missing --verbose --skip-slow
80
81
after_success:
82
- coveralls
appveyor.yml
@@ -38,4 +38,4 @@ install:
38
build: false
39
40
test_script:
41
- - "py.test xarray --verbose"
+ - "py.test xarray --verbose --skip-slow"
0 commit comments