pcdshub / pytmc

Generate EPICS IOCs and records from TwinCAT projects - along with many TwinCAT project tools
https://pcdshub.github.io/pytmc/
Other
10 stars 11 forks source link

CI: Qt installation on Travis #105

Closed teddyrendahl closed 5 years ago

teddyrendahl commented 5 years ago

Fixes the issues we are seeing install Qt via pip on Travis. Don't really know why the pip version was working but I know that we will deploy this system with the CONDA version so it is probably best to test with it on the CI.

As a side note, I removed Qt from all of the requirements. Installing it is really a mess so I think it is probably best to just depend on qtpy and leave the actual Qt installation as an individual choice. It is almost impossible to have a setup that works with both pip and CONDA if we do not go this route.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #105   +/-   ##
======================================
  Coverage    76.5%   76.5%           
======================================
  Files          14      14           
  Lines        1524    1524           
======================================
  Hits         1166    1166           
  Misses        358     358

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 b180596...f51c044. Read the comment docs.