Skip to content

Commit

Permalink
Merge pull request #226 from jmcgill298/requirements
Browse files Browse the repository at this point in the history
Update TravisCI to use pypi instead of git clone with Pip
  • Loading branch information
itdependsnetworks authored Jul 13, 2018
2 parents affdec9 + cac2a9b commit 031cf7a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,8 @@ python:
sudo: false

install:
- git clone https://github.com/ktbyers/netmiko.git
- cd netmiko
- python setup.py install
- pip install -r requirements.txt
- cd ..
- wget https://pypi.python.org/packages/source/g/gtextfsm/gtextfsm-0.2.1.tar.gz
- tar -xzvf gtextfsm-0.2.1.tar.gz
- cd gtextfsm-0.2.1
- python setup.py install
- cd ..
- pip install netmiko
- pip install gtextfsm
- export PYTHONPATH=$PYTHONPATH:/home/travis/build/networktocode/ntc-templates/gtextfsm-0.2.1/textfsm
- pip install ansible==1.9.2
- pip install terminal
Expand Down

0 comments on commit 031cf7a

Please sign in to comment.