Giving up on build stages

This commit is contained in:
Matthew Planchard 2018-06-26 21:59:19 -05:00
parent 797167fcb2
commit 66f24858df

@ -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