SimonEnsemble / PorousMaterials.jl

Julia package towards classical molecular modeling of nanoporous materials
GNU General Public License v3.0
51 stars 11 forks source link

add windows testing to travis-ci #115

Closed ahyork closed 4 years ago

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 492


Totals Coverage Status
Change from base Build 433: 0.0%
Covered Lines: 1137
Relevant Lines: 1422

💛 - Coveralls
ahyork commented 4 years ago

Testing on Windows builds fails because CSV.jl doesn't ignore commented lines when the file has dos line endings on a windows machine. This issue has been reported here

SimonEnsemble commented 4 years ago

@ahyork looks like the PR for CSV.jl has been merged (see here). Feel free to revisit, but I will close the PR for now since the Travis CI tests are not passing.