Skip to content

Commit

Permalink
BF: .travis.yml: Fix EyeLink installation
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelasco committed Jul 12, 2021
1 parent e895b14 commit 4c308a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ before_install:
- sudo apt-get -q update
- sudo apt-get -y install gcc-4.8
- sudo apt-get install gnupg2
- curl -L "http://download.sr-support.com/software/dists/SRResearch/SRResearch_key" | sudo apt-key add -
- sudo add-apt-repository "deb http://download.sr-support.com/software SRResearch main"
- curl -L "https://download.sr-support.com/SRResearch_key" | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] http://download.sr-support.com/software SRResearch main"
- sudo apt-get update
- sudo apt-get install -y eyelink-display-software
- sudo apt-get install -y eyelink-edfapi
- export C_INCLUDE_PATH="/usr/include/EyeLink:$C_INCLUDE_PATH"

install:
- pip install pandas
Expand Down

0 comments on commit 4c308a4

Please sign in to comment.