Skip to content

Commit

Permalink
TST: do not use bundled binaries from pyepics
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Jan 13, 2018
1 parent a41958b commit 8e0ffd8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ before_install:
- source activate $CONDA_ENV

install:
- export NOLIBCA=1
- conda install epics-base
- pip install pytest pytest-cov codecov graphviz pygraphviz parsimonious attrs networkx pyepics prettytable pandas numpy ipython ophyd
- NOLIBCA=1 pip install -no-binary pyepics
- pip install pytest-cov codecov graphviz pygraphviz parsimonious attrs networkx pyepics prettytable pandas numpy ipython ophyd


- python setup.py develop

Expand Down

0 comments on commit 8e0ffd8

Please sign in to comment.