Skip to content

Commit

Permalink
custom install
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed May 5, 2020
1 parent 05d2df4 commit cb407cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ language: python
python:
- '3.7'
stages:
- install
- build
- static-checks
- test
jobs:
include:
- stage: install
script:
- git clone https://github.com/interrogator/buzz && cd buzz && python setup.py install && cd ..
- python setup.py install
- stage: build
script:
- git clone https://github.com/interrogator/buzz && cd buzz && python setup.py install && cd ..
Expand Down

0 comments on commit cb407cb

Please sign in to comment.