File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -100,16 +100,6 @@ install:
100
100
- " python --version"
101
101
- " python -c \" import struct; print(struct.calcsize('P') * 8)\" "
102
102
103
- # Upgrade to the latest version of pip to avoid it displaying warnings
104
- # about it being out of date.
105
- # - "pip install --disable-pip-version-check --user --upgrade pip"
106
-
107
- # Install the build dependencies of the project. If some dependencies contain
108
- # compiled extensions and are not provided as pre-built wheel packages,
109
- # pip will build them from source using the MSVC compiler matching the
110
- # target Python version and architecture
111
- # - "%CMD_IN_ENV% pip install -r dev-requirements.txt"
112
- # - "%CMD_IN_ENV% pip install -r requirements_tests.txt"
113
103
114
104
115
105
build_script :
Original file line number Diff line number Diff line change @@ -36,5 +36,5 @@ def setup(self):
36
36
print engine
37
37
38
38
39
- def test_connection (self ):
40
- pass
39
+ # def test_connection(self):
40
+ # pass
You can’t perform that action at this time.
0 commit comments