Commit 32d4701b by John Chodera (MSKCC)

Another attempt.

parent f492c5e8
language: c language: c
install: install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq python-dev python-pip python-yaml python-setuptools g++ - sudo apt-get install -qq python-dev python-pip python-yaml g++
- sudo pip install conda - sudo pip install conda
- sudo conda init - sudo conda init
- conda config --add channels http://conda.binstar.org/omnia - conda config --add channels http://conda.binstar.org/omnia
- conda create --yes --name test numpy biopython pyflakes openmm - conda create --yes --name test numpy scipy pytables numexpr nose pandas cython statsmodels pandas patsy pyyaml pip netCDF4 pyflakes openmm
- export PATH="$HOME/envs/test/bin/:$PATH" - export PATH="$HOME/envs/test/bin/:$PATH"
script: script:
- python setup.py install - python setup.py install
- nosetests tests/test_build.py - python tests/test_build.py
- nosetests tests/test_simulate.py # - nosetests tests/test_simulate.py
after_script: after_script:
- pyflakes pdbfixer/*.py - pyflakes pdbfixer/*.py
......
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