Skip to content

Commit

Permalink
test: add check to run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
misho104 committed Mar 22, 2019
1 parent 632e339 commit f15e962
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
Expand Up @@ -16,7 +16,9 @@ install:

stages:
- test
- cmdcheck
- typecheck

# - linting

script:
Expand All @@ -33,6 +35,12 @@ jobs:
- python: "3.7"
dist: xenial

- stage: cmdcheck
script:
- susy-xs list 13TeV
- susy-xs show 8TeV.gg
- susy-xs get 13TeV.ss10 1234 567

- stage: typecheck
python: "3.6"
script:
Expand Down

0 comments on commit f15e962

Please sign in to comment.