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

Add tox.ini for tox #10

Open msabramo opened 9 years ago

msabramo commented 9 years ago
$ pip install tox
...
$ tox
...
ERROR:   py26: commands failed
  py27: commands succeeded
  py32: commands succeeded
  py33: commands succeeded
  py34: commands succeeded
  pypy: commands succeeded
ERROR:   pypy3: commands failed
rbtcollins commented 8 years ago

Yes, we should - however using both py.test and unittest is odd, so I've instead changed your patch to use the same commands .travis.yml does. - merging under https://github.com/testing-cabal/funcsigs/pull/6