This repository was archived by the owner on Apr 22, 2024. It is now read-only.
This repository was archived by the owner on Apr 22, 2024. It is now read-only.
Automate the Execution of Integration Tests in Travis CI #1171
Open
Description
Today, some projects have integration tests, but don't run automatically in Travis CI.
Possible Solution:
- Update Travis CI to run integration tests when they exist.
- Use the command
python setup.py ci --size=all --type=integration
to run integration tests after PR.
Also, some integration tests are broken kytos/topology#136.
NApps with some integration Tests:
Related: