Skip to content

Commit

Permalink
Enable windows CI on Cirrus
Browse files Browse the repository at this point in the history
  • Loading branch information
randomir committed Nov 30, 2018
1 parent 6682b5a commit 86afcbb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# python docker containers used: https://hub.docker.com/_/python/

test_task:
container:
matrix:
Expand All @@ -6,4 +8,11 @@ test_task:
image: python:3.5
image: python:3.4
image: python:2.7

windows_container:
matrix:
image: python:3.7-windowsservercore
image: python:3.6-windowsservercore
image: python:2.7-windowsservercore

test_script: make test

0 comments on commit 86afcbb

Please sign in to comment.