Skip to content

Commit

Permalink
Update development notes (a bit).
Browse files Browse the repository at this point in the history
  • Loading branch information
baztian committed Jan 10, 2017
1 parent 2bee039 commit bfcb702
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions README_development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,21 @@ Some notes for development.
Setup test requirements
=======================

sudo apt-get install maven
cd mockdriver
maven install

virtualenv ~/.virtualenvs/jaydebeapi-py26 -p /usr/bin/python2.6
. ~/.virtualenvs/jaydebeapi-py26/bin/activate
pip install -r dev-requirements.txt -r requirements-python.txt -r test-requirements.txt jip==0.9.3
envsubst < ci/dot_jip > $VIRTUAL_ENV/.jip
jip install org.jaydebeapi:mockdriver:1.0-SNAPSHOT
jip install org.hsqldb:hsqldb:1.8.0.10
jip install org.xerial:sqlite-jdbc:3.7.2
export CLASSPATH=$VIRTUAL_ENV/javalib/*
python setup.py develop
python test/testsuite.py
::
sudo apt-get install python2.7-dev g++ maven
cd mockdriver
mvn install

virtualenv ~/.virtualenvs/jaydebeapi-py27 -p /usr/bin/python2.7
. ~/.virtualenvs/jaydebeapi-py27/bin/activate
pip install -r dev-requirements.txt -r requirements-python-2.7.txt jip==0.9.9
envsubst < ci/dot_jip > $VIRTUAL_ENV/.jip
jip install org.jaydebeapi:mockdriver:1.0-SNAPSHOT
jip install org.hsqldb:hsqldb:1.8.0.10
jip install org.xerial:sqlite-jdbc:3.7.2
export CLASSPATH=$VIRTUAL_ENV/javalib/*
python setup.py develop
python test/testsuite.py

Build a new release
===================
Expand Down

0 comments on commit bfcb702

Please sign in to comment.