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 174a163 commit 9ef6b8bCopy full SHA for 9ef6b8b
.github/workflows/tabulate.yml
@@ -24,4 +24,4 @@ jobs:
24
python -m pip install pytest numpy pandas
25
- name: Run tests
26
run: |
27
- pytest -v --doctest-modules --ignore benchmark.py
+ pytest -v --doctest-modules --ignore benchmark/benchmark.py
appveyor.yml
@@ -33,7 +33,7 @@ test_script:
33
# the interpreter you're using - Appveyor does not do anything special
34
# to put the Python version you want to use on PATH.
35
#- "build.cmd %PYTHON%\\python.exe setup.py test"
36
- - "%PYTHON%\\python.exe -m pytest -v --doctest-modules --ignore benchmark.py"
+ - "%PYTHON%\\python.exe -m pytest -v --doctest-modules --ignore benchmark\benchmark.py"
37
38
after_test:
39
# This step builds your wheels.
0 commit comments