mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
added dev requirements for travis
This commit is contained in:
+1
-2
@@ -6,8 +6,7 @@ before_install:
|
||||
- sudo apt-get update -q
|
||||
- sudo apt-get install -y redis-server redis-tools
|
||||
- sudo systemctl start redis-server
|
||||
- pip3 install black
|
||||
- pip3 install pylint
|
||||
- pip3 install -r ./ci/requirements_dev.txt
|
||||
install:
|
||||
- pip3 install -r requirements.txt
|
||||
before_script:
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
black
|
||||
pylint
|
||||
requests
|
||||
logzero
|
||||
@@ -261,7 +261,7 @@ def test_hyperglass(
|
||||
click.secho(hg_response.text, fg="red")
|
||||
except Exception as e:
|
||||
click.secho(f"Exception occurred:\n{e}")
|
||||
# No Location Test
|
||||
# No Target Test
|
||||
try:
|
||||
click.secho("Starting No Target test...", fg="black")
|
||||
test_query = construct_test("bgp_route", location, "")
|
||||
|
||||
@@ -11,3 +11,4 @@ click
|
||||
passlib
|
||||
prometheus_client
|
||||
redis
|
||||
requests
|
||||
|
||||
Reference in New Issue
Block a user