Skip to content

Commit

Permalink
MAINT make sure we do not download large datasets on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed Jul 1, 2015
1 parent e5dc0e8 commit 49ffd7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ environment:
WHEELHOUSE_UPLOADER_SECRET:
secure: BQm8KfEj6v2Y+dQxb2syQvTFxDnHXvaNktkLcYSq7jfbTOO6eH9n09tfQzFUVcWZ

# Make sure we don't download large datasets when running the test on
# continuous integration platform
SKLEARN_SKIP_NETWORK_TESTS: 1

matrix:
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.8"
Expand Down

0 comments on commit 49ffd7f

Please sign in to comment.