aliles / funcsigs

Python function signatures package for Python 2.6, 2.7 and 3.2+
http://pypi.python.org/pypi/funcsigs
Other
48 stars 33 forks source link

Improved the build matrix #4

Open thedrow opened 9 years ago

thedrow commented 9 years ago

Added PyPy3 and Python 3.4 to the build matrix. Travis will now retry network operations if they failed. The matrix will fast finish since it's large.

Review on Reviewable

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.47%) when pulling be872f4833e3e1a64f459f9505fd0d79e7b39420 on thedrow:patch-1 into db7f0afe3ed219d4f27073226e75c77073c9d137 on aliles:master.

thedrow commented 9 years ago

Hmm what do you, it doesn't work with PyPy3. I wonder why.

rbtcollins commented 8 years ago

I've made a fork I plan to maintain in @testing-cabal/funcsigs (and have this increased matrix in it). pypy3 still broken though.