diff options
author | ssolanki <sushobhitsolanki@gmail.com> | 2018-08-01 15:27:01 +0530 |
---|---|---|
committer | Bryce Guinta <bryce.guinta@protonmail.com> | 2018-08-01 15:38:52 -0600 |
commit | 13db78bc500e4f24818bcb76ae04bfda67b81e8b (patch) | |
tree | 457a4a490e949a0878f2a7615c75f339a53710f7 /.travis.yml | |
parent | cbe0870a5c153d1e666383d59bc6578cab068e8d (diff) | |
download | pylint-git-13db78bc500e4f24818bcb76ae04bfda67b81e8b.tar.gz |
move rstlint job under prechecks stage
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 47e5c688a..bfa04dc26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ jobs: - stage: prechecks python: 3.5 env: TOXENV=pylint + - python: 3.5 + env: TOXENV=docs - stage: tests-cpython python: 3.4 env: TOXENV=py34 @@ -38,7 +40,6 @@ install: - pip --version - tox --version - coverage --version - - tox -e docs script: # Test install with current version of setuptools - pip install . |