QuazarTech / DG_Maxwell

Solution of Maxwell equations using Discontinuous Galerkin method.
GNU General Public License v3.0
9 stars 5 forks source link

Travis CI debugging for running pytest. #39

Closed amanabt closed 7 years ago

amanabt commented 7 years ago

On integrating Travis CI with the master branch in this commit 68d51a5d7458025a5cc317d81d3cb59a9d801ecc , the unit tests are failing. In this PR I try to resolve the issue and get the unit tests running successfully on Travis CI. You may view the build log through this link

The second change that happened with this PR is addition of some .msh files required to run unit tests as exceptions in .gitignore. The unit tests were failing earlier on Travis CI because the mesh files were not present in the git repo and some unit tests required those mesh files to run the tests.

Warning: