[Bioperl-l] Fixes for Travis CI for bioperl-live
Zakariyya Mughal
zaki.mughal at gmail.com
Mon Apr 17 16:09:40 UTC 2017
Hello all,
I was attempting make some patches to BioPerl and noticed that Travis CI
was not passing all its builds. So I made some pull requests to fix
that:
- Fix test RemoteDB/Taxonomy.t: requires networking
<https://github.com/bioperl/bioperl-live/pull/222>
One of the tests in `RemoteDB/Taxonomy.t` was marked as requiring
network access. It failed on build configurations that do not have
`LWP::Protocol::https`. This marks it as requiring network access.
- Travis CI: Add Test::Most dependency
<https://github.com/bioperl/bioperl-live/pull/221>
One of the build configurations did not have Test::Most installed, so
this explicitly installs it.
I also made these additional fixes:
- Add a test for PrositeScan
<https://github.com/bioperl/bioperl-live/pull/220>
- Documentation fixes for PrositeScan
<https://github.com/bioperl/bioperl-live/pull/219>
Regards,
- Zakariyya Mughal
More information about the Bioperl-l
mailing list