diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2019-06-20 10:04:40 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-06-20 10:04:40 +0200 |
commit | 389b9d24a0362227832162ffada60abed25a0e28 (patch) | |
tree | 4c829ecbc2a401b6b64ab320a0d53b070e0f918b /.travis.yml | |
parent | 33b8185a455c1686d038258697bb93005f2441c2 (diff) | |
download | pylint-git-389b9d24a0362227832162ffada60abed25a0e28.tar.gz |
Bring back Travis stages
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 a9eedab1b..7a7ed40a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,8 @@ jobs: env: TOXENV=formatting - python: 3.6 env: TOXENV=mypy - - python: 3.5-dev + - stage: tests-cpython + python: 3.5-dev env: TOXENV=py35 - python: 3.6 env: TOXENV=py36 |