Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Mar 10, 2019
1 parent 0925653 commit a846edc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,12 @@ install:
- conda info -a
- conda config --add channels http://conda.anaconda.org/NLeSC
- conda config --set show_channel_urls yes
- conda create -q -n testenv python=${TRAVIS_PYTHON_VERSION} $([ "$ROOT" != "None" ] && echo "root=${ROOT}") $([ "$PANDAS" != "None" ] && echo "pandas=${PANDAS}") sphinx numpy
- conda create -q -n testenv python=${TRAVIS_PYTHON_VERSION%-*} $([ "$ROOT" != "None" ] && echo "root=${ROOT}") $([ "$PANDAS" != "None" ] && echo "pandas=${PANDAS}")
- export CONDA_ENV_PATH=$HOME/miniconda/envs/testenv
- source activate testenv
- pip install jupyter
- pip install git+git://github.com/alphatwirl/alphatwirl.git@"$ALPHATWIRL"
- pip install git+git://github.com/TaiSakuma/scribblers.git@cd7bb51a429bda
- pip install pytest
- pip install codecov
- pip install pytest-cov
- pip install pytest-mock
- pip install -r requirements/test.txt

script:
- pytest --cov
Expand Down

0 comments on commit a846edc

Please sign in to comment.