Skip to content

Commit

Permalink
Add pytest to travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenthompson committed Jun 6, 2016
1 parent f2a878f commit 63c1e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
packages = ['cppimport'],

install_requires = [
'mako', 'pybind11'
'mako', 'pybind11', 'pytest'
],
zip_safe = False,
entry_points = {
Expand Down

0 comments on commit 63c1e3d

Please sign in to comment.