eugeniy / pytest-tornado

A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.
Apache License 2.0
121 stars 34 forks source link

Update Pytest & enable Pip caching for Travis #18

Closed allanlewis closed 5 years ago

allanlewis commented 8 years ago

This PR updates the versions of Pytest used in Travis and enables Pip caching to speed up the build.

vidartf commented 5 years ago

With the recent changes, this has mostly been superseeded. I've added a PR for the final bit of caching pip in #46. Thanks a lot!