Skip to content

Commit

Permalink
Include cython in tox builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Goodlet committed Nov 20, 2017
1 parent 1e52b09 commit 101d6a0
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 @@ -9,12 +9,14 @@ deps=
pytestrelease: pytest
pytestmaster: git+https://github.com/pytest-dev/pytest.git@master
pytestfeatures: git+https://github.com/pytest-dev/pytest.git@features
cython

[testenv:benchmark]
commands=py.test {posargs:testing/benchmark.py}
commands=py.test testing/benchmark.py {posargs}
deps=
pytest
pytest-benchmark
cython

[testenv:check]
deps =
Expand Down

0 comments on commit 101d6a0

Please sign in to comment.