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

Commit 081ab09

Browse files
henryiiieduardo-rodrigues
authored andcommitted
Removing Cython output file from source (#17)
1 parent 96b029f commit 081ab09

File tree

5 files changed

+16
-21585
lines changed

5 files changed

+16
-21585
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ dist
1212
*.html
1313
*.hepmc*
1414
.pytest_cache/*
15+
numpythia/src/_libnumpythia.cpp

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ addons:
2222

2323
install:
2424
- pip install --upgrade pip
25-
- pip install --upgrade pytest
25+
- pip install --upgrade pytest Cython
2626
- pip install coveralls pytest-cov
2727

2828
before_script:

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Strict dependencies
3939
- `Python <http://docs.python-guide.org/en/latest/starting/installation/>`__ (2.7+, 3.4+)
4040
- `Numpy <https://scipy.org/install.html>`__
4141
- `six <https://six.readthedocs.io/>`__
42+
- Only for the development version (from github): `Cython <https://cython.org/>`__
4243

4344
Getting started
4445
---------------

0 commit comments

Comments
 (0)