Skip to content

Commit

Permalink
fixup! Add Windows executor to circleci
Browse files Browse the repository at this point in the history
Oops, deleted some public CI infrastructure
  • Loading branch information
julianneswinoga committed Mar 12, 2023
1 parent ad727cd commit 0884aef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,19 @@ jobs:
- run:
name: Run pytest
command: poetry run coverage run -m pytest tests/
- run:
name: Coveralls
command: coveralls
- when:
condition:
equal: [ "3.6", << parameters.python-version >> ]
steps:
- store_artifacts:
path: dist
- persist_to_workspace:
root: .
paths:
- dist

# OMG why does windows on circleci suck so much :////
build_install_test_windows:
Expand Down

0 comments on commit 0884aef

Please sign in to comment.