Add circle CI testing in the template
See original GitHub issueI’ll be nice to could select circleCI (http://circleci.com/) as the CI service of the template
$ cookiecutter https://github.com/pydanny/cookiecutter-django
...
Select Continuum integration service:
1 - Travis CI
2 - CircleCI
Choose from 1, 2 [1]: 1
And seleting 2 will generate a circle.yml
with a basic configuration
If this feature is approved I could provide a PR with the change.
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (3 by maintainers)
Top Results From Across the Web
Automated testing in CircleCI
CircleCI allows you to automatically test your code before changes are merged. You can integrate testing tools and frameworks such as Jest, Mocha,...
Read more >Collecting test data - CircleCI
When you run tests in CircleCI there are two ways to store your test results. You can either use artifacts or the store_test_results...
Read more >2.0 Project Tutorial - CircleCI
In the demo application, a virtual Python environment is set up, and the tests are run using unittest. This project uses unittest-xml-reporting for...
Read more >Setting up continuous integration with CircleCI and GitHub
Learn how to set up a continuous integration (CI) pipeline for a Python application using GitHub and CircleCI.
Read more >Examples and Guides Overview - CircleCI
This page provides a collection of examples to help you learn how to build, test, and deploy applications written in the most common...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@timmyomahony here you go, sample CircleCi config with codecov support.
@timmyomahony Is because travis is not free for our private repo, circle is free for one concurrent build.