Skip to content

Commit e62d575

Browse files
committed
TST, WIP: Add Windows Runner on CircleCI
1 parent ec2beeb commit e62d575

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.circleci/config.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,26 @@ jobs:
5151
command: |
5252
pytest
5353
54+
test-windows:
55+
windows:
56+
version: 10.0
57+
steps:
58+
- checkout
59+
60+
- run:
61+
name: Install dependencies
62+
command: |
63+
python -m pip install --upgrade pip
64+
pip install -e ".[dev]"
65+
- run:
66+
name: Set environment variables
67+
command: |
68+
set EYELINKIO_USE_INSTALLED_EDFAPI=false
69+
- run:
70+
name: Run tests
71+
command: |
72+
pytest
73+
5474
build-docs:
5575
docker:
5676
- image: circleci/python:3.10

0 commit comments

Comments
 (0)