/tox.ini

http://github.com/nsi-iff/fluidity · INI · 20 lines · 18 code · 2 blank · 0 comment · 0 complexity · bbdb2fe3e4d6d33fbfcd9fa3f50d2306 MD5 · raw file

  1. [tox]
  2. envlist = py24,py25,py26,py27,py31,py32,pypy,jython
  3. [testenv]
  4. deps =
  5. should-dsl
  6. commands =
  7. python spec/callable_support_spec.py
  8. python spec/callback_order_spec.py
  9. python spec/configuration_spec.py
  10. python spec/event_parameters_spec.py
  11. python spec/event_spec.py
  12. python spec/guard_spec.py
  13. python spec/individuation_spec.py
  14. python spec/one_event_multiple_transitions_spec.py
  15. python spec/state_action_spec.py
  16. python spec/state_spec.py
  17. python spec/transition_action_spec.py
  18. python spec/boolean_state_getters_spec.py