mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
This reverts commit d39b2e357e.
It failed with this error: https://travis-ci.org/simonw/datasette/jobs/375398977
Uploading distributions to https://upload.pypi.org/legacy/
Uploading datasette-0.21-py3-none-any.whl
100% 182k/182k [00:00<00:00, 694kB/s]
HTTPError: 403 Client Error: Invalid or non-existent authentication information. for url: https://upload.pypi.org/legacy/
8 lines
76 B
YAML
8 lines
76 B
YAML
language: python
|
|
|
|
python:
|
|
- 3.5
|
|
- 3.6
|
|
|
|
script:
|
|
- python setup.py test
|