Skip to content
Snippets Groups Projects
Commit 401dfdd5 authored by Ellis Percival's avatar Ellis Percival
Browse files

Add separate lint stage in travis

parent 424a9bc4
No related branches found
No related tags found
No related merge requests found
language: python language: python
stages: stages:
- lint
- test - test
- name: publish - name: publish
if: tag =~ ^\d+\.\d+\.\d+$ if: tag =~ ^\d+\.\d+\.\d+$
...@@ -10,6 +11,14 @@ install: ...@@ -10,6 +11,14 @@ install:
jobs: jobs:
include: include:
- python: 2.7
stage: lint
script: tox -e flake8
- python: 3.4
stage: lint
script: tox -e flake8
- python: 2.7 - python: 2.7
stage: test stage: test
script: tox -e py27 script: tox -e py27
...@@ -18,9 +27,6 @@ jobs: ...@@ -18,9 +27,6 @@ jobs:
stage: test stage: test
script: tox -e py34 script: tox -e py34
- python: 3.4
script: tox -e flake8
- stage: publish - stage: publish
script: skip script: skip
python: 2.7 python: 2.7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment