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

Commit

Permalink
Merge 263295f into 96b029f
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Mar 4, 2019
2 parents 96b029f + 263295f commit ec6b1ca
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 21,585 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ dist
*.html
*.hepmc*
.pytest_cache/*
numpythia/src/_libnumpythia.cpp
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ addons:

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

before_script:
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Strict dependencies
- `Python <http://docs.python-guide.org/en/latest/starting/installation/>`__ (2.7+, 3.4+)
- `Numpy <https://scipy.org/install.html>`__
- `six <https://six.readthedocs.io/>`__
- Only for the development version (from github): `Cython <https://cython.org/>`__

Getting started
---------------
Expand Down

0 comments on commit ec6b1ca

Please sign in to comment.