Skip to content

randomknowledge/docker-pyenv-tox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker image with pyenv and npm

I use this for continuous integration with Gitlab CI, but it should be compatible with any CI/CD solution that supports docker.

Example .gitlab-ci.yml

image: "randomknowledge/docker-pyenv-tox"

before_script:
  - eval $(ssh-agent -s)
  - ssh-add <(echo "$SSH_PRIVATE_KEY")

tests:
  script:
  - "tox"
  tags:
  stage: test
  except:
  - tags
  only:
  - develop
  - master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •