Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis CI Build Instructions (Just in case others are looking for it) #34

Closed
Montana opened this issue May 7, 2021 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@Montana
Copy link

Montana commented 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.

--- 
language: python
matrix: 
  include: 
    - 
      dist: xenial
      os: linux
      python: 3.6
      sudo: required
    - 
      dist: xenial
      os: linux
      python: 3.7
      sudo: required
    - 
      env: PYTHON=36
      language: generic
      os: osx
      osx_image: xcode10
script: 
  - "pip install nox"
  - "pip install poetry"

# Travis CI Build Instructions for Kallisto made by Montana Mendy
# Just incase if needed by AstraZeneca

-Montana Mendy

@Montana 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
@f3rmion
Copy link
Member

f3rmion commented May 8, 2021

Hi @Montana,

Thank you for the additional Travic CI build instructions! I definitely appreciate your effort. I'll pin this issue for better visibility.

/Eike

@f3rmion f3rmion pinned this issue May 8, 2021
@AstraZeneca AstraZeneca locked and limited conversation to collaborators May 8, 2021
@f3rmion f3rmion added the enhancement New feature or request label May 8, 2021
@f3rmion f3rmion closed this as completed May 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants