Skip to content

Commit

Permalink
Fix the pypy3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Xion committed Mar 29, 2016
1 parent 43975e2 commit a48321c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Contributing
~~~~~~~~~~~~

Contributions are welcome!
If you need ideas, head to the issue tracker or search for the various `TODO`\ s scattered around the codebase.
If you need ideas, head to the issue tracker or search for the various ``TODO``\ s scattered around the codebase.
Or just think what matchers you'd like to add :)

After cloning the repository, this should get you up and running::
Expand Down
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ deps=
[testenv:pypy]
deps={[testenv:py27]deps}

# pypy3 is currently Python 3.2 so it needs the mock backport
[testenv:pypy3]
deps=
{[testenv]deps}
-rrequirements-test-py32.txt

[testenv:flake8]
basepython=python2.7
deps=
Expand Down

0 comments on commit a48321c

Please sign in to comment.