fix: Don't use sudo for pip

pull/14/head
Hannah Ward 2017-06-22 12:10:24 +01:00
parent 49b24c2cab
commit 56a1294333
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ before_install:
- wget "https://github.com/TAXIIProject/libtaxii/archive/1.1.111.tar.gz"
- tar xf 1.1.111.tar.gz
- cd libtaxii-1.1.111
- sudo pip install -r requirements.txt
- sudo python setup.py install
- pip install -r requirements.txt
- python setup.py install
- cd ..
install: