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.
pull/1004/head
Tim Head 2021-01-20 09:26:28 +01:00
rodzic 98795a9e22
commit 61a0f3d7d6
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -7,8 +7,7 @@ services:
python:
- 3.8
install:
# Make a wheel and install it to test to catch possible
# issues with releases
# Make a wheel and install it
- pip install --upgrade setuptools pip
- pip install -r dev-requirements.txt
- python setup.py bdist_wheel