forked from github.com/pypiserver
Trying to figure out travis build stages
This commit is contained in:
parent
abba8ecd42
commit
3d69d60e92
@ -1,6 +1,4 @@
|
||||
jobs:
|
||||
include:
|
||||
- stage: test supported Python versions
|
||||
# stage: test supported Python versions
|
||||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
@ -23,10 +21,13 @@ jobs:
|
||||
except:
|
||||
- standalone
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
||||
- stage: test Docker image
|
||||
language: python
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
install: []
|
||||
scirpt:
|
||||
- bin/test-docker.sh
|
||||
|
Loading…
Reference in New Issue
Block a user