Skip to content

Commit

Permalink
more reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed May 30, 2015
1 parent cd999ec commit d8c7b82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ python:

install:
# travis-ci use Ubuntu 12.04.5 LTS (Precise Pangolin) 64bit
# install snapshot version of libclang1 libclang-common-3.X-dev
# install gcc dev requirements
- sudo apt-get install libc6-dev --yes --force-yes
# tests dependencies
# - pip install nose
- pip install -r requirements.txt
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
python-ptrace
networkx
numpy
pefile
ptrace
python-Levenshtein
#python-networkx

0 comments on commit d8c7b82

Please sign in to comment.