Commit 7c2a6690 by John Chodera (MSKCC)

Minor updates.

parent 5626bbc9
......@@ -6,28 +6,24 @@ env:
- CONDA_PY=3.3
- CONDA_PY=3.4
global:
# BINSTAR_TOKEN
- secure: "cnxHeIjLZF279xukl4VXXr/wTcQALeOek9a//ngFahvRA/GA/ysFWZ5UdDrH9fSN9bom1Q5zAsnmV/53deVtbcJ4CzUVAsug3TJtRnPEs42LJP8AQrTxlF5tgonHxC1IKxpJ47wezTBebRVe6223BV1J5fATnrploZeHPVq4/Do="
install:
- source devtools/ci/install.sh
- export PYTHONUNBUFFERED=true
# - sudo apt-get update -qq
# - sudo apt-get install -qq python-dev python-pip python-yaml g++ ftp
# - sudo pip install conda eventlet
# - sudo conda init
# - conda config --add channels http://conda.binstar.org/omnia
# - conda create --yes --name test nose setuptools numpy biopython pyflakes openmm-dev
# - export PATH="$HOME/envs/test/bin/:$PATH"
script:
# this builds the binary, unpacks it, and runs the tests
# Build the conda package, running tests as part of the build.
- conda build devtools/conda-recipe
# - python setup.py install
# - cd tests
# - nosetests --with-doctest
after_script:
# Run pyflakes.
- pyflakes pdbfixer/*.py
after_success:
- echo "after_success"
# Upload conda dev package to binstar if all tests pass.
- bash -x devtools/ci/after_sucess.sh
Creating binstar token:
```
binstar auth --create -o omnia --max-age -1 --name pdbfixer-travis -s "api:read api:write"
```
......@@ -12,9 +12,8 @@ PIP_ARGS="-U"
export PATH=$HOME/miniconda/bin:$PATH
sudo apt-get update
sudo apt-get install -qq -y g++ gfortran csh g++-multilib gcc-multilib openbabel
#sudo apt-get install -qq -y g++ gfortran csh g++-multilib gcc-multilib openbabel
conda update --yes conda
conda config --add channels http://conda.binstar.org/omnia
conda config --add channels https://conda.binstar.org/rdkit
conda install --yes conda-build jinja2 binstar pip
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment