Skip to content

Commit

Permalink
tox: remove use of sitepackages
Browse files Browse the repository at this point in the history
sitepackages was used as an attempt to work around pyopencl testing for numpy
itself rather than using setuptools' support. This should now be unnecessary
since we explicitly install pyopencl after the deps are installed.
  • Loading branch information
rjw57 committed Aug 5, 2015
1 parent fa929c9 commit df2308c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ commands=
# fully installed at pip-install time.
py{27,34}-opencl: pip install -rtests/opencl-requirements.txt
py.test {posargs}
sitepackages=True

0 comments on commit df2308c

Please sign in to comment.