change build step for virtualenv and pip integration
This commit is contained in:
@@ -4,16 +4,13 @@ python:
|
||||
- 2.7
|
||||
|
||||
before_install:
|
||||
- sudo apt-get install python-qt4 python-sip-dev
|
||||
- sudo apt-get install python-qt4
|
||||
- ln -s /usr/lib/python2.7/dist-packages/PyQt4/ $VIRTUAL_ENV/lib/python2.7/site-packages/
|
||||
- ln -s /usr/lib/python2.7/dist-packages/sip.so $VIRTUAL_ENV/lib/python2.7/site-packages/
|
||||
- ln -s /usr/lib/python2.7/dist-packages/sipdistutils.py $VIRTUAL_ENV/lib/python2.7/site-packages/
|
||||
- ln -s /usr/lib/python2.7/dist-packages/sipconfig.py $VIRTUAL_ENV/lib/python2.7/site-packages/
|
||||
- ln -s /usr/lib/python2.7/dist-packages/sipconfig_nd.py $VIRTUAL_ENV/lib/python2.7/site-packages/
|
||||
- pip install twisted pyopenssl qt4reactor
|
||||
- pip install qt4reactor pyopenssl twisted
|
||||
|
||||
install:
|
||||
- scons -C rdpy/core install
|
||||
- python setup.py install
|
||||
|
||||
script:
|
||||
- python -m unittest discover -s test -v
|
||||
|
||||
Reference in New Issue
Block a user