tox.ini
328 Bytes
-
Updated the tox.ini file to run multiple ansible versions. · 131ce117
Purpose: so that devs can use tox to run v1 or v2 of ansible with various versions of python. For example `tox -e py27-v2 will run python2.7 on v2. Currently, only py26 and py27 are run on v1 when running just `tox` so that we aren't breaking builds.
Rory Finnegan committed