Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Feb 25, 2014
1 parent 2d42f89 commit 85c86f3
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,7 +12,7 @@ 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
- 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 pip install -r dev_requirements.txt; fi
Expand Down

0 comments on commit 85c86f3

Please sign in to comment.