CleanCut / green

Green is a clean, colorful, fast python test runner.
MIT License
792 stars 75 forks source link

Use sudo: false in travis.yml #55

Closed smspillaz closed 9 years ago

smspillaz commented 9 years ago

This allows us to use the container based infrastructure, which is much faster.

Fixes #54

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling f0362f68b2aa9ee93e9a017b1c046abfc4833e8e on smspillaz:fix-54 into d56a0c7811cf9f636401d8562324432e7b5be877 on CleanCut:master.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling f0362f68b2aa9ee93e9a017b1c046abfc4833e8e on smspillaz:fix-54 into d56a0c7811cf9f636401d8562324432e7b5be877 on CleanCut:master.

CleanCut commented 9 years ago

Hmm. This breaks builds on 3.3 on Linux. That's just weird, seeing as how nothing container-specific ought to mess up builds. Oh well, 3.3 support was already officially dropped (couldn't ever get it quite working right on Windows). I'll go ahead and merge this in and remove the 3.3 line from the travis config.

CleanCut commented 9 years ago

Included in 1.9.1 released just now.