dimagi / required-labels

🏷 Automated label checking for GitHub pull requests
BSD 3-Clause "New" or "Revised" License
47 stars 16 forks source link

Add travis config #3

Closed proteusvacuum closed 7 years ago

proteusvacuum commented 7 years ago

Python's test discovery uses test_*.py by default to discover test files, hence the rename. You can run python -m unittest -v to run all tests in the /tests directory now.