python-hyper / hyper

HTTP/2 for Python.
http://hyper.rtfd.org/en/latest/
MIT License
1.05k stars 192 forks source link

Travis-CI fails for Python 2.7 and 3.4 #328

Closed lawnmowerlatte closed 7 years ago

lawnmowerlatte commented 7 years ago

I'm trying to add something to Hyper and I'm following the contribution guide and getting testing working before making the changes. I have Travis-CI already set up with my GitLab account, so I just enabled it for my fork.

When I run it (even without any changes), Python 2.7 and Python 3.4 fail:

lawnmowerlatte / hyper > Build 3

I think this is related to travis-ci 5635. I was able to fix the problem by specifying pytest>=2.7 in test_requirements.txt. (See lawnmowerlatte / hyper > build 4I'll submit a PR.

lawnmowerlatte commented 7 years ago

Fixed, merged and closed