Commit c7a61558 authored by peastman's avatar peastman
Browse files

Merge pull request #310 from rmcgibbo/readme

Add build status (travis) to readme.md
parents b93b7b2d db0277d2
......@@ -3,13 +3,11 @@ compiler:
- clang
before_install:
- sudo apt-get update
- sudo apt-get install libpcre3 libpcre3-dev
- sudo apt-get install swig
- sudo apt-get install doxygen
- sudo apt-get install python-numpy
- sudo apt-get install python-scipy
- sudo apt-get install python-nose
- sudo apt-get update -qq
- sudo apt-get install -qq libpcre3 libpcre3-dev gromacs
- sudo apt-get install -qq swig doxygen
- sudo apt-get install -qq python-numpy python-scipy python-nose
script:
- cmake -DCMAKE_INSTALL_PREFIX=~/OpenMM .
- make
......@@ -22,7 +20,7 @@ script:
- cd python
- sudo -E python setup.py install
- cd tests
- nosetests
- nosetests -vv
# - python TestAmberPrmtopFile.py
# - python TestDesmondDMSFile.py
# - python TestForceField.py
......
## OpenMM: A High Performance Molecular Dynamics Library
[![Build Status](https://travis-ci.org/SimTk/openmm.png?branch=master)](https://travis-ci.org/SimTk/openmm)
Introduction
------------
......
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