summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
Commit message (Collapse)AuthorAge
* Test and build on 3.6 (replaces 3.4) ; dist 3.6-compiled binariesJoffrey F2018-02-01
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add flake8 to dev requirementsJoffrey F2017-10-23
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Use py.test as the test runnerDaniel Nephin2015-09-01
| | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Split requirements-build.txt from requirements-dev.txt to support a leaner ↵Daniel Nephin2015-09-01
| | | | | | tox.ini Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Python3 requires a localeDaniel Nephin2015-08-25
| | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Fix service integration tests.Daniel Nephin2015-08-25
| | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Cleanup requirements.txt so we don't have to maintain separate copies for ↵Daniel Nephin2015-08-25
| | | | | | py2 and py3. Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Run tests against Python 2.6, 2.7, 3.3, 3.4 and PyPy2funkyfuture2015-08-25
| | | | | | | | | | | | In particular it includes: - some extension of CONTRIBUTING.md - one fix for Python 2.6 in tests/integration/cli_test.py - one fix for Python 3.3 in tests/integration/service_test.py - removal of unused imports Make stream_output Python 3-compatible Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net>
* Support python 3Daniel Nephin2015-08-25
| | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Run pre-commit on all filesDaniel Nephin2015-08-24
| | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Add test coverage supportBen Firshman2015-07-15
| | | | | | Prints out results on console and puts HTML report in `coverage-html`. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Update pep8, fix errors and freeze requirements-dev.txtAanand Prasad2015-02-11
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Remove fig.packages replace with real deps.Daniel Nephin2014-09-05
| | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Add flake8 and fix errors.Daniel Nephin2014-07-27
| | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Use Orchard to run integration testsBen Firshman2014-04-25
|
* Add script to build Linux binaryBen Firshman2014-03-03
|
* Only install unittest2 on Python 2.6Ben Firshman2014-01-27
|
* Move mock to dev requirementsBen Firshman2014-01-27
|
* Put requirements back in .txt filesBen Firshman2014-01-06
| | | | Read-only FS in travis
* First version with python3 support.Christopher Grebs2014-01-06
| | | | | * Moved requirements*.txt files to proper spec definitions in setup.py * Added a new fig.compat module to store some compatibility code
* Fix Python 2.6Ben Firshman2014-01-06
|
* Add requirements-dev.txtBen Firshman2013-12-20