1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-12-20 13:55:49 +01:00

Pull .travis.yml back into repo (#277)

I didn't realize GitLab does not support running PRs on forks for
mirrored GitHub repos. I have switched other projects to Azure
pipelines, but just to get things going, I'm going to pull .travis.yml
back in here.
This commit is contained in:
Matthew Planchard 2019-10-19 12:44:53 -05:00 committed by GitHub
parent 205342049b
commit d108dac5dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
.travis.yml Normal file

@ -0,0 +1,24 @@
sudo: required
language: python
services: docker
python:
- 2.7
- 3.4
- 3.5
- 3.6
- pypy
- pypy3
install:
- pip install -U setuptools twine pip sphinx tox tox-travis
script:
- ./bin/test-docker.sh
- ./bin/test_standalone.sh
- tox
- ./bin/check_readme.sh
branches:
except:
- standalone