Skip to content

Commit dccfc58

Browse files
committed
Retire old engine API
1 parent 7173daa commit dccfc58

11 files changed

Lines changed: 6 additions & 3868 deletions

File tree

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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 .
5353
script:
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

chess/_engine.py

Lines changed: 0 additions & 308 deletions
This file was deleted.

0 commit comments

Comments
 (0)