We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d65533 + b4eeba1 commit 89e81b5Copy full SHA for 89e81b5
.gitignore
@@ -65,3 +65,5 @@ tests/networking/cisco/autoload/test_cisco_autoload.py
65
tests/networking/cisco/autoload/autoload_structure.py
66
/*.pyproj
67
/.pytest_cache
68
+/.vs
69
+*.sln
.travis.yml
@@ -7,6 +7,7 @@ install:
7
pip install --extra-index-url https://testpypi.python.org/pypi -r dev_requirements.txt;
8
python setup.py develop --no-deps;
9
else
10
+ pip install -r requirements.txt;
11
python setup.py install;
12
fi'
13
- pip install -r test_requirements.txt
0 commit comments