1 comment (1 comment)1 reaction (1 reaction)0 assignees (0 assignees)Python1,425 stars (1,425 stars)406 forks (406 forks)batch import
help wanted
Description
We should build every commit and run test cases.
Contributor guide
- Tech stack
- python
- Domain
- ci cdtesting
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Basic knowledge of PythonFamiliarity with Travis CI
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 75
- Research direction
- Examine the repository's current structure to understand existing test files and configuration. Since the issue was created in 2016, consider whether Travis CI is still appropriate or if GitHub Actions would be better. Create a `.travis.yml` file to install dependencies (likely from `requirements.txt`) and run tests using a framework like pytest. Ensure the build passes for all commits.