Closed mwhagedorn closed 9 years ago
When running 'tox' from the command line it was failing because it couldnt find Scripts/py.test. Changed the command to allow tests to run.
Coverage remained the same at 67.4% when pulling 7912062b6459d31173ee767a337b792d337b36fb on mwhagedorn:bug/fix_tox_run into 9cf89dc239598811ed650a03f9f90b20acfcf880 on Kronuz:master.
I guess whoever wrote that tox.ini used Windows, and now this will just make it only work on Linux... :)
I can fix this to work everywhere with a -m, I think. Thanks for pointing it out though!
-m
When running 'tox' from the command line it was failing because it couldnt find Scripts/py.test. Changed the command to allow tests to run.