Skip to content

Commit

Permalink
Fix circle.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Feb 25, 2015
1 parent 2be7910 commit bd9a479
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions circle.yml
Expand Up @@ -6,18 +6,13 @@ machine:
environment:
PATH: $PATH:`pwd`/cmd_line/enum/Linux_64bit:`pwd`/cmd_line/bader/Linux_64bit:`pwd`/cmd_line/gulp/Linux_64bit:`pwd`/cmd_line/aconvasp/Linux_64bit
GULP_LIB: /`pwd`/cmd_line/gulp/Libraries
checkout:
post:
- git submodule sync
- git submodule update --init
dependencies:
override:
- easy_install -U setuptools
- pip install -q numpy
- pip install -r requirements.txt
- pip install -r requirements-optional.txt
- sudo apt-get install python-openbabel
- cd monty && git checkout master && git pull && python setup.py install
- python setup.py develop
test:
override:
Expand Down

0 comments on commit bd9a479

Please sign in to comment.