Skip to content

Commit

Permalink
Trying to get Travis things in the right directories.
Browse files Browse the repository at this point in the history
 - RMG-database
 - RPyDAS
 - RPyDQED
 - Rrdkit
etc.
should all live alongside, not inside, the RMG-Py directory.
Hopefully this works solves the database problem
  • Loading branch information
rwest committed Apr 2, 2014
1 parent 429d2fa commit 24b28f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ before_install:
- sudo apt-get install git build-essential gfortran python-dev liblapack-dev python-openbabel python-setuptools python-pip
# - sudo apt-get install python-rdkit librdkit-dev librdkit1 rdkit-data
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
- cd ..
- git clone https://github.com/GreenGroup/RMG-database.git
- git clone https://github.com/GreenGroup/PyDAS.git
- git clone https://github.com/GreenGroup/PyDQED.git
Expand All @@ -34,8 +35,10 @@ before_install:
- cd ..
- cd ..
install:
- cd $TRAVIS_BUILD_DIR
- pip install numpy
- pip install -r requirements.txt
- cd ..
- cd PyDAS
- make F77=gfortran
- make install
Expand All @@ -44,6 +47,7 @@ install:
- make F77=gfortran
- make install
- cd ..
- cd $TRAVIS_BUILD_DIR
- make noQM
script: make test

0 comments on commit 24b28f0

Please sign in to comment.