Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #16 from scikit-hep/henryiii-testfix
Browse files Browse the repository at this point in the history
Adding test requires
  • Loading branch information
eduardo-rodrigues committed Mar 1, 2019
2 parents 6b62e87 + 178dcc8 commit 95da0a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
@@ -1,5 +1,9 @@
language: python

branches:
only:
- master

os:
- linux

Expand All @@ -18,10 +22,12 @@ addons:

install:
- pip install --upgrade pip
- pip install coveralls pytest pytest-cov
- pip install --upgrade pytest
- pip install coveralls pytest-cov

before_script:
pip install -e .

script:
pytest --cov=numpythia tests/

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -148,5 +148,6 @@ def finalize_options(self):
'Development Status :: 5 - Production/Stable',
],
install_requires=['numpy', 'six'],
tests_require=['pytest'],
zip_safe=False,
)

0 comments on commit 95da0a2

Please sign in to comment.