Moved install and script keys

This commit is contained in:
Matthew Planchard 2018-06-26 21:51:30 -05:00
parent 3d69d60e92
commit 2206fd543a

@ -1,6 +1,7 @@
# stage: test supported Python versions
sudo: false
language: python
python:
- 2.7
- 3.4
@ -9,14 +10,6 @@ python:
- pypy
- pypy3
install:
- pip install -U setuptools pip sphinx tox tox-travis
script:
- ./bin/test_standalone.sh
- tox
- ./bin/check_readme.sh
branches:
except:
- standalone
@ -31,3 +24,11 @@ jobs:
install: []
scirpt:
- bin/test-docker.sh
- stage: test
install:
- pip install -U setuptools pip sphinx tox tox-travis
script:
- ./bin/test_standalone.sh
- tox
- ./bin/check_readme.sh