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 ec2beeb commit e62d575Copy full SHA for e62d575
.circleci/config.yml
@@ -51,6 +51,26 @@ jobs:
51
command: |
52
pytest
53
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
66
+ name: Set environment variables
67
68
+ set EYELINKIO_USE_INSTALLED_EDFAPI=false
69
70
+ name: Run tests
71
72
+ pytest
73
74
build-docs:
75
docker:
76
- image: circleci/python:3.10
0 commit comments