From 6da14318ca060064a45ac21154618472d8b0bcb6 Mon Sep 17 00:00:00 2001 From: navjot Date: Mon, 23 Nov 2020 19:23:49 +0530 Subject: [PATCH] installing prctl externally --- .travis.yml | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 274d14c1..19abc8c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - "2.7" +RUN apt-get install python-prct addons: apt: packages: diff --git a/requirements.txt b/requirements.txt index c55e5cf1..034d2a86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -python_prctl +#python_prctl psutil pycrypto