Skip to content

Commit 61a0f3d

Browse files
committed
Update comment about travis steps
We no longer run tests on the code so we would not spot missing files or problems with the wheel we build.
1 parent 98795a9 commit 61a0f3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ services:
77
python:
88
- 3.8
99
install:
10-
# Make a wheel and install it to test to catch possible
11-
# issues with releases
10+
# Make a wheel and install it
1211
- pip install --upgrade setuptools pip
1312
- pip install -r dev-requirements.txt
1413
- python setup.py bdist_wheel

0 commit comments

Comments
 (0)