Skip to content

Commit

Permalink
chore(travis): add Windows configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jbms committed Mar 24, 2019
1 parent 5af4e97 commit ad291c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
sudo: false
language: python
dist: xenial
python:
- "3.5"
- "3.6"
- "3.7"
matrix:
include:
- name: "Frontend"
Expand All @@ -16,6 +18,12 @@ matrix:
script:
- npm run builddev
- npm run build
include:
- os: windows
language: cpp
python: "3.7"
env: PY=py
before_install: choco install python --version 3.7.2
install:
- pip install tox-travis
- pip install coveralls
Expand Down

0 comments on commit ad291c1

Please sign in to comment.