Skip to content

Commit

Permalink
move kiwi build to the install section
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Feb 25, 2014
1 parent cea78d8 commit cbd2fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ before_install:
- sh -e /etc/init.d/xvfb start
- sudo apt-get update
- sudo apt-get install python-vtk python-qt4 python-qt4-dev python-sip python-qt4-gl libqt4-scripttools swig
- if [[ $BUILD_TYPE == 'dev' ]]; then cd ~/; git clone https://github.com/nucleic/kiwi; cd kiwi/py; python ./build.py install; cd ../..; fi
install:
- pip install cython
- if [[ $BUILD_TYPE == 'dev' ]]; then git clone https://github.com/nucleic/kiwi; cd kiwi/py; python ./build.py install; cd ../..; rm -r kiwi; fi
- if [[ $BUILD_TYPE == 'dev' ]]; then pip install -r dev_requirements.txt; fi
- if [[ $BUILD_TYPE == 'released' ]]; then pip install -r release_requirements.txt; fi
- if [[ $BUILD_TYPE == '0.8.9' ]]; then pip install -r enaml_0_8_9_requirements.txt; fi
Expand Down

0 comments on commit cbd2fea

Please sign in to comment.