Guest User

Untitled

a guest
Jul 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. [tox]
  2. envlist = py32,py31,py30,py27,py26,pypy,jython,py25,py24
  3.  
  4. [testenv]
  5. commands=
  6. python -V
  7. python claudiu.py
  8.  
  9. [testenv:pypy]
  10. basepython=pypy
  11.  
  12. [testenv:jython]
  13. commands=
  14. jython -V
  15. jython claudiu.py
Add Comment
Please, Sign In to add comment