aboutsummaryrefslogtreecommitdiffstats
path: root/dev.sh
Commit message (Collapse)AuthorAgeFilesLines
* docs: rename docs scripts and improve templateThomas Kriechbaumer2020-04-111-4/+7
|
* always use 'venv' as virtualenv folderMaximilian Hils2017-01-301-10/+8
|
* run tests on Python 3.6Thomas Kriechbaumer2016-12-271-1/+1
|
* minor fixesMaximilian Hils2016-11-161-1/+1
|
* dev.sh: pin to v3.5 for nowAldo Cortesi2016-10-211-2/+2
| | | | We can generalise this again when 3.6 comes out...
* Quiet mode is a lie!Cory Benfield2016-06-021-2/+2
|
* Better debugging output.Cory Benfield2016-06-021-0/+1
|
* Refactor dev.shAldo Cortesi2016-05-261-21/+8
| | | | | | | | | | - Parameterise the Python version. All of these now work: ./dev.sh # Use default Python version ./dev.sh 2.7 # Explicitly use 2.7 in venv2.7 ./dev.sh 3.5 # Explicitly use 3.5 in venv3.5 This should also work for Travis, which has a weird setup where Pytho3 can be 3.4.
* add a py3 venv in dev environmentThomas Kriechbaumer2016-05-251-7/+23
| | | | | This allows us to run e.g. tests in a different python version: $ venv3/bin/py.test test/netlib/test_tcp.py
* fix #977Thomas Kriechbaumer2016-02-241-1/+1
|
* Update dev.shParth Ganatra2016-02-231-0/+1
|
* Satisfy pip constraints, set +x on executablesAldo Cortesi2016-02-161-0/+0
|
* fix appveyor, re-introduce requirements.txtMaximilian Hils2016-02-151-3/+1
|
* dev -> dev.shMaximilian Hils2016-02-151-0/+14