Skip to content

Commit

Permalink
more corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Feb 25, 2014
1 parent a217c28 commit cea78d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 $TRAVIS_BUILD_DIR}; 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
2 changes: 1 addition & 1 deletion enaml_0_8_9_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ casuarius
enaml==0.8.9
atom==0.3.5
traits
enable
traitsui
enable
mayavi

0 comments on commit cea78d8

Please sign in to comment.