Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | always use 'venv' as virtualenv folder | Maximilian Hils | 2017-01-30 | 1 | -10/+8 |
| | |||||
* | run tests on Python 3.6 | Thomas Kriechbaumer | 2016-12-27 | 1 | -1/+1 |
| | |||||
* | minor fixes | Maximilian Hils | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | dev.sh: pin to v3.5 for now | Aldo Cortesi | 2016-10-21 | 1 | -2/+2 |
| | | | | We can generalise this again when 3.6 comes out... | ||||
* | Quiet mode is a lie! | Cory Benfield | 2016-06-02 | 1 | -2/+2 |
| | |||||
* | Better debugging output. | Cory Benfield | 2016-06-02 | 1 | -0/+1 |
| | |||||
* | Refactor dev.sh | Aldo Cortesi | 2016-05-26 | 1 | -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 environment | Thomas Kriechbaumer | 2016-05-25 | 1 | -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 #977 | Thomas Kriechbaumer | 2016-02-24 | 1 | -1/+1 |
| | |||||
* | Update dev.sh | Parth Ganatra | 2016-02-23 | 1 | -0/+1 |
| | |||||
* | Satisfy pip constraints, set +x on executables | Aldo Cortesi | 2016-02-16 | 1 | -0/+0 |
| | |||||
* | fix appveyor, re-introduce requirements.txt | Maximilian Hils | 2016-02-15 | 1 | -3/+1 |
| | |||||
* | dev -> dev.sh | Maximilian Hils | 2016-02-15 | 1 | -0/+14 |