Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sampling using njoy #22

Merged
merged 23 commits into from
May 13, 2019
Prev Previous commit
Next Next commit
updated travis
  • Loading branch information
Luca Fiorito committed Apr 19, 2019
commit 36f4ce46acb5e8f36a92caf893bb047c2000b381
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -17,10 +17,7 @@ branches:
except: gh-pages

before_install:
- git clone https://github.com/njoy/NJOY2016.git &&\
cd NJOY2016 && mkdir build && cd build &&\
cmake .. && \
make # install NJOY
- git clone https://github.com/njoy/NJOY2016.git && cd NJOY2016 && mkdir build && cd build && cmake .. && make # install NJOY
- pip install sphinx sphinx_rtd_theme codecov numpydoc

install: