hovel / pybbm

Django forum solution. Tested, documented, shipped with example project.
BSD 2-Clause "Simplified" License
225 stars 151 forks source link

fix travis to run coveralls only once #265

Closed DylannCordel closed 7 years ago

DylannCordel commented 7 years ago

Coveralls now runs only for Python 2.7 + Postgres + Django LTS (1.8)

(it was running only for postgres + django 1.8 but for all python versions)

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 94.414% when pulling 80bef8950790b3708e85b25656dc1c551c4045bf on webu:fixes/coveralls-once into 25112562faba5a4c67c2af2e253e57d007a7b9ef on hovel:master.

lampslave commented 7 years ago

Thanks!