We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2fa82 commit a774925Copy full SHA for a774925
.travis.yml
@@ -1,9 +1,11 @@
1
language: python
2
3
stages:
4
- - test
+ - syntax
5
+ - name: test
6
+ if: type != pull_request
7
- name: deploy
- if: tag IS present
8
+ if: tag = present
9
10
sudo: required
11
services:
@@ -43,11 +45,8 @@ after_script:
43
45
44
46
jobs:
47
include:
- - python: 3.6
- env:
48
- - PLEX_CONTAINER_TAG=1.3.2.3112-1751929
49
- - TEST_ACCOUNT_ONCE=1
50
+ - stage: syntax
+ python: 3.6
51
name: "Flake8"
52
install:
53
- pip install -r requirements_dev.txt
@@ -56,6 +55,11 @@ jobs:
56
55
after_script: true
57
env:
58
- PLEX_CONTAINER_TAG=latest
+ - stage: test
59
60
+ env:
61
+ - PLEX_CONTAINER_TAG=1.3.2.3112-1751929
62
+ - TEST_ACCOUNT_ONCE=1
63
- stage: deploy
64
name: "Deploy to PyPi"
65
python: 3.6
0 commit comments