Skip to content

Commit

Permalink
added specific install statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasli committed Nov 18, 2019
1 parent c0b548d commit 5e3161f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
before_install:
- export PYTHONPATH=$PYTHONPATH:$(pwd)
install:
- python setup.py install
- pip install python-coveralls
- pip install pytest
- pip install pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
package_data={'': ['groceries/test/bin/cookbook.yaml']},
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=['tregex-tobiasli', 'numpy', 'pytest', 'yaml'],
install_requires=['tregex-tobiasli', 'numpy', 'pytest', 'pyyaml'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 5e3161f

Please sign in to comment.