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 integration w/ Poetry #18

Open
sdhutchins opened this issue Oct 12, 2018 · 1 comment
Open

Travis CI integration w/ Poetry #18

sdhutchins opened this issue Oct 12, 2018 · 1 comment

Comments

@sdhutchins
Copy link
Member

Should be something similar to the below configuration...

language: python
python:
- 3.6
before_install:
- pip install poetry
install:
- poetry install
script:
- poetry run flake8 my_package test
- poetry run coverage run --source=my_package -m unittest discover -b
@sdhutchins
Copy link
Member Author

Also, see datasnakes/renv#41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant