Mercurial > piecrust2
view .travis.yml @ 450:298f8f46432a
internal: Add a `fastpickle` module to help with multiprocess serialization.
Looks like we're wasting a lot of time serializing custom class information
for the workers, so this new module helps to convert classes to standard
structures (dicts, lists, etc).
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 06 Jul 2015 21:29:17 -0700 |
parents | 779c67decff6 |
children | aefd2714d205 |
line wrap: on
line source
language: python python: - "3.4" install: - "pip install -r requirements.txt" - "pip install -r dev-requirements.txt" script: py.test