forked from github.com/pypiserver
Giving up on build stages
This commit is contained in:
parent
797167fcb2
commit
66f24858df
13
.travis.yml
13
.travis.yml
@ -12,7 +12,9 @@ python:
|
||||
|
||||
install:
|
||||
- pip install -U setuptools pip sphinx tox tox-travis
|
||||
|
||||
script:
|
||||
- ./bin/test-docker.sh
|
||||
- ./bin/test_standalone.sh
|
||||
- tox
|
||||
- ./bin/check_readme.sh
|
||||
@ -20,14 +22,3 @@ script:
|
||||
branches:
|
||||
except:
|
||||
- standalone
|
||||
|
||||
stages:
|
||||
- docker
|
||||
- test
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: docker
|
||||
install: []
|
||||
scirpt:
|
||||
- bin/test-docker.sh
|
||||
|
Loading…
Reference in New Issue
Block a user