Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

to instead read

[tox]
envlist = py27,py34py36

Now run "tox test" to execute your test modules once with Python2 and then again with Python3. (The final choice of py34 vs py36 vs py37 is yet to be determined.)

...