Skip to content

Commit

Permalink
do not remove the folder
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Feb 25, 2014
1 parent cbd2fea commit 1fce805
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 @@ -14,7 +14,7 @@ before_install:
- sudo apt-get install python-vtk python-qt4 python-qt4-dev python-sip python-qt4-gl libqt4-scripttools swig
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 git clone https://github.com/nucleic/kiwi; cd kiwi/py; python ./build.py install; cd ../..; 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 1fce805

Please sign in to comment.