Skip to content

Commit 89e81b5

Browse files
authored
Merge pull request #75 from QualiSystems/dev
fix for travis
2 parents 7d65533 + b4eeba1 commit 89e81b5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ tests/networking/cisco/autoload/test_cisco_autoload.py
6565
tests/networking/cisco/autoload/autoload_structure.py
6666
/*.pyproj
6767
/.pytest_cache
68+
/.vs
69+
*.sln

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ install:
77
pip install --extra-index-url https://testpypi.python.org/pypi -r dev_requirements.txt;
88
python setup.py develop --no-deps;
99
else
10+
pip install -r requirements.txt;
1011
python setup.py install;
1112
fi'
1213
- pip install -r test_requirements.txt

0 commit comments

Comments
 (0)