Skip to content

Commit b2f655f

Browse files
Alex AzarhAlex Azarh
authored andcommitted
- adding lxml and requests packages with specific version to requirements.txt
- fixing travis build
1 parent 5ac0af0 commit b2f655f

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
after_success: coveralls
22
env:
33
- CLOUD_SHELL_SHELL_CORE=1
4-
- CLOUD_SHELL_SHELL_CORE=2
54
install:
65
- pip install -r external_requirements.txt
76
- pip install -r test_requirements.txt

external_requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
lxml==3.8.0
2+
requests==2.18.4
13
pyvmomi==6.5.0
24
jsonpickle==0.9.3
35
enum==0.4.6

package/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
lxml==3.8.0
2+
requests==2.18.4
13
cloudshell-automation-api>=8.0.0.0,<8.1.0.0
24
cloudshell-core>=2.0.0,<2.1.0
35
pyvmomi==6.5.0

0 commit comments

Comments
 (0)