Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |