Update development notes (a bit).
parent
2bee0394a1
commit
bfcb702861
|
|
@ -9,13 +9,14 @@ Some notes for development.
|
||||||
Setup test requirements
|
Setup test requirements
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
sudo apt-get install maven
|
::
|
||||||
|
sudo apt-get install python2.7-dev g++ maven
|
||||||
cd mockdriver
|
cd mockdriver
|
||||||
maven install
|
mvn install
|
||||||
|
|
||||||
virtualenv ~/.virtualenvs/jaydebeapi-py26 -p /usr/bin/python2.6
|
virtualenv ~/.virtualenvs/jaydebeapi-py27 -p /usr/bin/python2.7
|
||||||
. ~/.virtualenvs/jaydebeapi-py26/bin/activate
|
. ~/.virtualenvs/jaydebeapi-py27/bin/activate
|
||||||
pip install -r dev-requirements.txt -r requirements-python.txt -r test-requirements.txt jip==0.9.3
|
pip install -r dev-requirements.txt -r requirements-python-2.7.txt jip==0.9.9
|
||||||
envsubst < ci/dot_jip > $VIRTUAL_ENV/.jip
|
envsubst < ci/dot_jip > $VIRTUAL_ENV/.jip
|
||||||
jip install org.jaydebeapi:mockdriver:1.0-SNAPSHOT
|
jip install org.jaydebeapi:mockdriver:1.0-SNAPSHOT
|
||||||
jip install org.hsqldb:hsqldb:1.8.0.10
|
jip install org.hsqldb:hsqldb:1.8.0.10
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue