Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Update .travis.yml to test all packages #49

Merged
merged 7 commits into from
Dec 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 35 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,46 @@ matrix:
include:
- python: 3.7
dist: xenial
env:
- PACKAGE=test
- python: 3.7
dist: xenial
env:
- PACKAGE=updateYapiScripts
- python: 3.6
dist: trusty
env:
- PACKAGE=test
- python: 3.6
dist: trusty
env:
- PACKAGE=updateYapiScripts
- python: 3.3
dist: trusty
env:
- PACKAGE=test
- python: 3.3
dist: trusty
env:
- PACKAGE=updateYapiScripts
- python: 3.2
dist: trusty
env:
- PACKAGE=test
- python: 3.2
dist: trusty
env:
- PACKAGE=updateYapiScripts
- python: 2.7
dist: trusty
env:
- PACKAGE=test
- python: 2.7
dist: trusty
script: python yapi.py install test
env:
- PACKAGE=updateYapiScripts

script: python yapi.py install $PACKAGE

notifications:
slack: yapiworkspace:Rh3wlsbST5hm2JtSi3l3BpZO