Skip to content

Commit

Permalink
Add new dependencies in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hashbrowncipher committed Nov 8, 2017
1 parent 01f93e3 commit 9aa5cca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
language: c
script: bash ./travis.sh

addons:
apt:
packages:
- python3
- python3-pip
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

if [ -n "$TRAVIS" ]; then
sudo pip install redis plumbum pyyaml
sudo pip3 install redis plumbum pyyaml
fi


Expand Down

0 comments on commit 9aa5cca

Please sign in to comment.