File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ install:
4949 - pip install --upgrade pip wheel
5050 - pip install --upgrade setuptools
5151 - pip install coverage coveralls
52- - pip install -e .[test]
52+ - pip install -e .
5353script :
5454 - # Unit tests
5555 - if [[ $PERFT -ne 1 ]]; then coverage erase; fi
@@ -74,11 +74,6 @@ script:
7474 - if [[ $PERFT -ne 1 ]]; then coverage run --source chess --append test.py -vv CrazyhouseTestCase; fi
7575 - if [[ $PERFT -ne 1 ]]; then coverage run --source chess --append test.py -vv GiveawayTestCase; fi
7676 - if [[ $PERFT -ne 1 ]]; then coverage run --source chess --append test.py -vv EngineTestCase; fi
77- - if [[ $PERFT -ne 1 ]]; then coverage run --source chess --append test.py -vv UciEngineTestCase; fi
78- - if [[ $PERFT -ne 1 ]]; then coverage run --source chess --append test.py -vv CraftyTestCase; fi
79- - if [[ $PERFT -ne 1 ]]; then coverage run --source chess --append test.py -vv StockfishTestCase; fi
80- - if [[ $PERFT -ne 1 ]]; then coverage run --source chess --append test.py -vv SpurEngineTestCase; fi
81- - if [[ $PERFT -ne 1 ]]; then coverage run --source chess --append test.py -vv XboardEngineTestCase; fi
8277 - if [[ $PERFT -ne 1 ]]; then coverage run --source chess --append -m doctest README.rst --verbose; fi
8378 - echo Unit tests complete
8479 - if [[ $PERFT -ne 1 ]]; then coveralls || [[ $? -eq 139 ]]; fi
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments