Skip to content

Commit

Permalink
For now, duplicating some stuff in the travis yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
sz3 committed Feb 19, 2020
1 parent bf7672e commit 70539e5
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,30 @@ matrix:
- language: python
python:
- 3.6
install:
- pip install pogcli pywebview pyyaml
- pip install --upgrade coveralls
script:
- coverage run -m unittest
after_success:
- coveralls

- language: python
python:
- 3.7
install:
- pip install pogcli pywebview pyyaml
- pip install --upgrade coveralls
script:
- coverage run -m unittest
after_success:
- coveralls

- language: python
python:
- 3.8
- pypy3
install:
- pip install -r requirements
- pip install pogcli pywebview pyyaml
- pip install --upgrade coveralls
script:
- coverage run -m unittest
Expand All @@ -15,7 +34,7 @@ matrix:

- language: node_js
node_js:
- 7
- 10
install:
- npm install -g qunit node-qunit-phantomjs
script:
Expand Down

0 comments on commit 70539e5

Please sign in to comment.