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

Feature for testing projects in multiple environments #6

Open
vmagamedov opened this issue Jan 28, 2017 · 0 comments
Open

Feature for testing projects in multiple environments #6

vmagamedov opened this issue Jan 28, 2017 · 0 comments

Comments

@vmagamedov
Copy link
Owner

vmagamedov commented Jan 28, 2017

Something like tox-travis, but with containerized environments

Prototype:

- !Image
  name: test-py{3.5,3.6}
  from: python:{3.5,3.6}-alpine
  repository: reg.local/project.{{name}}
  tasks:
  - run: pip3 install {{packages|join(" ")}}
    packages:
    - pytest==3.0.3
    - flake8==3.0.4
@vmagamedov vmagamedov changed the title Add CI support for running tests by using Pi in different environments Feature for testing projects in multiple environments Feb 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant