Kronuz / pyScss

pyScss, a Scss compiler for Python
MIT License
582 stars 141 forks source link

restored running tests by typing 'tox' #327

Closed mwhagedorn closed 9 years ago

mwhagedorn commented 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.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 67.4% when pulling 7912062b6459d31173ee767a337b792d337b36fb on mwhagedorn:bug/fix_tox_run into 9cf89dc239598811ed650a03f9f90b20acfcf880 on Kronuz:master.

eevee commented 9 years ago

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!