Skip to content

Commit

Permalink
Add windows pipelines to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
justusschock committed Apr 5, 2019
1 parent 77f98db commit 3001c0c
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
dist: trusty
language: python

matrix:
include:
- python: "2.7"
- python: "3.6"
- os: linux
python: "2.7"
dist: trusty
- os: linux
python: "3.6"
dist: trusty
- os: windows
python: "2.7"
- os: windows
python: "3.6"

install:
- pip install .
script:
Expand Down

0 comments on commit 3001c0c

Please sign in to comment.