Skip to content

Instantly share code, notes, and snippets.

@msabramo
Created October 25, 2011 19:36
Show Gist options
  • Select an option

  • Save msabramo/1313969 to your computer and use it in GitHub Desktop.

Select an option

Save msabramo/1313969 to your computer and use it in GitHub Desktop.
A tox.ini that pulls from Python 3 GitHub fork of phpserialize
# Tox (http://codespeak.net/~hpk/tox/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
[tox]
envlist = py26, py27, py31, py32
[testenv]
commands = py.test
deps =
pytest
phpserialize
PyYAML
[testenv:py31]
deps =
pytest
https://github.com/msabramo/phpserialize/tarball/python3.x
PyYAML
[testenv:py32]
deps =
pytest
https://github.com/msabramo/phpserialize/tarball/python3.x
PyYAML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment