pcdshub / lightpath

LCLS Lightpath Module
https://pcdshub.github.io/lightpath
Other
4 stars 9 forks source link

Fix travis #37

Closed hhslepicka closed 6 years ago

hhslepicka commented 6 years ago

Fix Travis bug with Numpy from pip missing openblas library.

Description

Changed to install pydm from the proper anaconda channel (pydm-dev). Added -c gsecars as pydm depends on pyepics >=3.2.7 and gsecars is needed to satisfy this dependency.

Motivation and Context

This change is required so we can properly build Lightpath.

How Has This Been Tested?

At my environment & Travis.

Where Has This Been Documented?

In here.

codecov-io commented 6 years ago

Codecov Report

Merging #37 into master will increase coverage by 0.21%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   91.37%   91.59%   +0.21%     
==========================================
  Files           7        7              
  Lines         464      464              
==========================================
+ Hits          424      425       +1     
+ Misses         40       39       -1
Impacted Files Coverage Δ
lightpath/path.py 89.67% <0%> (+0.64%) :arrow_up:

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 666e18d...ca29a41. Read the comment docs.