You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using Kallisto, and I used Travis, but I thought I'd share my yml just in case anyone else ran into this issue as well!
I think it's imperative to have instructions for all CI/CD's, so I wrote some Travis build instructions for this repo for AstraZeneca, just incase, and this happened to be what I used when implementing CI/CD of my liking/choice.
---
language: pythonmatrix:
include:
-
dist: xenialos: linuxpython: 3.6sudo: required
-
dist: xenialos: linuxpython: 3.7sudo: required
-
env: PYTHON=36language: genericos: osxosx_image: xcode10script:
- "pip install nox"
- "pip install poetry"# Travis CI Build Instructions for Kallisto made by Montana Mendy# Just incase if needed by AstraZeneca
-Montana Mendy
The text was updated successfully, but these errors were encountered:
Montana
changed the title
Travis CI Build Instructions (Just incase AstraZeneca needs it)
Travis CI Build Instructions (Just in case others are looking for it)
May 7, 2021
Currently using Kallisto, and I used Travis, but I thought I'd share my
yml
just in case anyone else ran into this issue as well!I think it's imperative to have instructions for all CI/CD's, so I wrote some Travis build instructions for this repo for AstraZeneca, just incase, and this happened to be what I used when implementing CI/CD of my liking/choice.
-Montana Mendy
The text was updated successfully, but these errors were encountered: