Skip to content

Commit

Permalink
fixed bug in travis config (#297)
Browse files Browse the repository at this point in the history
* fixed bug in travis config

* trying one more thing with travis

* removed numpy and scipy binary installs
  • Loading branch information
babbush committed Mar 29, 2018
1 parent cb08df7 commit 435c791
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,12 @@ before_install:

install:
- if [ "${PYTHON:0:1}" = "3" ]; then export PY=3; fi
- pip$PY install --only-binary=numpy numpy
- pip$PY install --only-binary=scipy scipy
- pip$PY install --only-binary=jupyter jupyter
- pip$PY install --only-binary=matplotlib matplotlib
- pip$PY install -r requirements.txt
- pip$PY install pytest
- pip$PY install pytest-cov
- pip$PY install coveralls
- pip$PY install sphinx
- pip$PY install sphinx_rtd_theme
- pip$PY install -e .

script: sphinx-build -nW -b html -d docs/_build/doctrees/ docs/ docs/_build/html
script: export OMP_NUM_THREADS=1 && pytest src/openfermion --cov src/openfermion
Expand Down

0 comments on commit 435c791

Please sign in to comment.