Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n3storm committed Sep 25, 2018
1 parent bcf949e commit f368968
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: python

python:
- "3.6"
- "3.6"

install:
- pip install -r requirements-dev.txt
- sudo add-apt-repository -y ppa:chris-lea/node.js
- sudo apt-get update -qq
- sudo apt-get install nodejs build-essential dpkg-dev
- pip install -r requirements.txt

before_script:
- sudo mkdir -m 777 /etc/lwp
Expand Down

0 comments on commit f368968

Please sign in to comment.