| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change /bin/bash to /bin/sh in tox.ini | Bartek Rutkowski | 2016-06-10 | 1 | -2/+2 |
| | | | | No features of Bash are used here, so using /bin/sh makes it more portable to systems that don't have Bash natively (like BSD systems). | ||||
| * | Fix flake8 warnings for tests | Mark Haines | 2016-02-19 | 1 | -1/+1 |
| | | |||||
| * | Remove pyc files before running tests | Daniel Wagner-Hall | 2016-02-09 | 1 | -1/+1 |
| | | |||||
| * | Generate code coverage report when running jenkins.sh | Mark Haines | 2015-12-18 | 1 | -1/+2 |
| | | |||||
| * | Output results files on jenkins | Daniel Wagner-Hall | 2015-11-16 | 1 | -3/+3 |
| | | | | | | | | Outputs: * results.xml * coverage.xml * violations.flake8.log | ||||
| * | Pull out jenkins script into a checked in script | Daniel Wagner-Hall | 2015-11-13 | 1 | -1/+3 |
| | | |||||
| * | Update the other place check_joined_room is called | Mark Haines | 2015-10-30 | 1 | -0/+1 |
| | | |||||
| * | Use the version of "matrix-angular-sdk" hosted on pypi | Mark Haines | 2015-09-01 | 1 | -2/+0 |
| | | |||||
| * | Make 'setup.py test' run tox | Mark Haines | 2015-08-26 | 1 | -1/+1 |
| | | |||||
| * | Allow tests to be filter when using tox | Daniel Wagner-Hall | 2015-08-26 | 1 | -1/+1 |
| | | | | | | `tox` will run all tests `tox tests.api.test_auth.AuthTestCase` will run just the tests in AuthTestCase | ||||
| * | Set PYTHONDONTWRITEBYTECODE in the tox environment so that we don't spew ↵ | Mark Haines | 2015-08-25 | 1 | -0/+2 |
| | | | | | .pyc files everywhere | ||||
| * | Add tox.ini file for synapse | Mark Haines | 2015-08-25 | 1 | -0/+25 |
