Skip to content

Commit

Permalink
Install deps in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Aug 25, 2017
1 parent 38a488c commit 8e50ee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ install:
- pip install coveralls
- pip install codecov
- pip install requests-mock pytest
- pip install https://github.com/lief-project/packages/raw/lief-master-latest/pylief-0.7.0.dev.zip
- pip install python-magic
- pip install .
- pushd tests
- git clone https://github.com/viper-framework/viper-test-files.git
Expand Down

3 comments on commit 8e50ee8

@Rafiot
Copy link
Member Author

@Rafiot Rafiot commented on 8e50ee8 Sep 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's annoying.

I'm cool switching to the file package, as long as it supports python3 (I use virtual environments all the time, so it never occurred to me).

@Rafiot
Copy link
Member Author

@Rafiot Rafiot commented on 8e50ee8 Sep 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linking to: #110

Noted, I'll give a try and make sure it still works from within a virtual env.

@Rafiot
Copy link
Member Author

@Rafiot Rafiot commented on 8e50ee8 Dec 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm opening an issue, because there is an 100% probability I forget about it in 5 min is I don't.

Please sign in to comment.