Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
requirements.txt + pip --user...
Browse files Browse the repository at this point in the history
  • Loading branch information
uwiger committed Aug 17, 2015
1 parent 3e4c3df commit f7bbee4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
sudo: true
sudo:
language: erlang
script: "make ci"
otp_release: R16B03-1
python: 2.7
install:
- "sudo apt-get install python-dev"
- "sudo apt-get install libffi-dev"
- "pip install --upgrade pip"
- "pip install cryptography"
- "pip install PyJWT"
before_script:
- export PATH=$HOME/.local/bin:$PATH
- pip install -r requirements.txt --user `whoami`
script: "make ci"
after_failure: "echo 'logs/raw.log\n'; cat logs/raw.log; for f in `find logs/ct_run*/log*/ -type f`; do echo \"\n$f\n\" ; cat $f; done"
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cryptography
PyJWT

0 comments on commit f7bbee4

Please sign in to comment.