Skip to content

Commit

Permalink
Try to fix PyPy tests on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiter committed Apr 6, 2017
1 parent a2c8355 commit 70928eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
envlist = py27, py34, py35, pypy

[testenv]
commands = py.test
commands =
pip install -e .
py.test
deps =
pytest
cffi

0 comments on commit 70928eb

Please sign in to comment.