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 aa56dd2 commit 3a7f5d6Copy full SHA for 3a7f5d6
1 file changed
appveyor.yml
@@ -35,8 +35,10 @@ install:
35
36
# Install the build and runtime dependencies of the project.
37
- "cd C:\\projects\\openml-python"
38
- - conda install --quiet --yes scikit-learn=0.20.0 nb_conda nb_conda_kernels numpy scipy pytest requests nbformat python-dateutil nbconvert pandas matplotlib seaborn
+ - conda install --quiet --yes scikit-learn=0.20.0 nb_conda nb_conda_kernels numpy scipy requests nbformat python-dateutil nbconvert pandas matplotlib seaborn
39
- pip install liac-arff xmltodict oslo.concurrency
40
+ # Packages for (parallel) unit tests with pytest
41
+ - pip install pytest pytest-xdist pytest-timeout
42
- "pip install .[test]"
43
44
0 commit comments