polyglot
polyglot copied to clipboard
Ci update
Changes
- now tracking test coverage
- using pytest with pytest-cov and coverage
- calling
coverallsat end of pipeline to upload coverage report tocoveralls.io. You will need to setup a free coveralls account and "turn on" https://coveralls.io/github/aboSamoor/polyglot.
- Adding Python 3.7 to travis
- Allowing failures for Python
3.4and3.5 - Adding
dev-requirments.txt - Increasing speed of CI by making better use of travis cache by caching pip dependencies and adding
aptdependencies to a separatebefore_installstep.
Questions
I began creating some parameterized tests using examples in the quickstart but they are failing. I've temporarily marked as "expected to fail" with pytest so that the CI passes.
Am I doing something wrong or is there something missing from the quickstart?