malramsay64 / statdyn-analysis

Collection of tools for the statistical dynamics analysis of Molecular Dynamics trajectories.
MIT License
6 stars 0 forks source link

Update travis configuration #14

Closed malramsay64 closed 6 years ago

malramsay64 commented 6 years ago

The installation of this repository, sdanalysis, is failing on travis since the prerequisites, numpy and cython, are not installed. To remedy this I am moving the installation of sdanalysis to it's own step in the makefile and in the docker container. This will prevent the issues I am currently seeing.

codecov[bot] commented 6 years ago

Codecov Report

Merging #14 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   81.02%   81.02%           
=======================================
  Files          16       16           
  Lines        1196     1196           
=======================================
  Hits          969      969           
  Misses        227      227

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 818e267...dfe62a7. Read the comment docs.