simphony / simphony-common

The native implementation of the Simphony cuds objects
BSD 2-Clause "Simplified" License
7 stars 5 forks source link

Problem: travis config uses system-wide python packages #337

Closed mehdisadeghi closed 7 years ago

mehdisadeghi commented 7 years ago

Solution: tell it not to use it

Moreover run tests with py.test -v which is smarter and produces nicely formatted output. It is installed by default in travis containers.

mehdisadeghi commented 7 years ago

@stefanoborini this PR should solve the problem.