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

Commit

Permalink
Merge 900adb6 into 865f0f2
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Oct 24, 2018
2 parents 865f0f2 + 900adb6 commit 83228bf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ addons:

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

script:
coverage run --source=numpythia setup.py test
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PYTHON := $(shell which python)
CYTHON := $(shell which cython)
NOSETESTS := $(shell which nosetests)
NOSETESTS := $(shell which pytest)

CYTHON_PYX := numpythia/src/_libnumpythia.pyx
CYTHON_CPP := $(CYTHON_PYX:.pyx=.cpp)
Expand Down Expand Up @@ -35,7 +35,7 @@ inplace:
@CC="ccache gcc" $(PYTHON) setup.py build_ext -i

test: inplace
@$(NOSETESTS) -s -v numpythia
@$(PYTESTS) -s -v numpythia

sdist: clean
@$(PYTHON) setup.py sdist
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ def finalize_options(self):
packages=[
'numpythia',
'numpythia.extern',
'numpythia.tests',
'numpythia.testcmnd',
],
package_data={
Expand Down
File renamed without changes.

0 comments on commit 83228bf

Please sign in to comment.