Skip to content

Commit

Permalink
travis-ci: newer python 3.x, only check flake and mypy on 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Jul 26, 2018
1 parent 1d37ec5 commit 61333e5
Showing 1 changed file with 24 additions and 19 deletions.
43 changes: 24 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
install:
- pip install mypy flake8
script:
- flake8 cantal
- mypy cantal
- nosetests
deploy:
provider: pypi
user: PC
password:
secure: "AJ5tu9+mGdN4EIDuESyMcUid3y8K0eoaCqoBqChp8KCfahjfJh4/HVjU96Au7M1/gvyii/2E9dY1JHNwO++vc9o+W9Ce9znzsUlbIQlbXUClDG0hTQn3PVa89Ae9eDm3gcQGDNRjE6wlk53B5azPqxjr3bjMKzxjzKkoZJ9oEas="
on:
tags: true
script: nosetests
jobs:
- python: "2.7"
- python: "3.4"
- python: "3.5"
- python: "3.6"
- python: "3.7"
install:
- pip install mypy flake8
script:
- flake8 cantal
- mypy cantal
- nosetests
- stage: deploy
python: 3.7
install: true
script: true
deploy:
provider: pypi
user: PC
password:
secure: "AJ5tu9+mGdN4EIDuESyMcUid3y8K0eoaCqoBqChp8KCfahjfJh4/HVjU96Au7M1/gvyii/2E9dY1JHNwO++vc9o+W9Ce9znzsUlbIQlbXUClDG0hTQn3PVa89Ae9eDm3gcQGDNRjE6wlk53B5azPqxjr3bjMKzxjzKkoZJ9oEas="
on:
tags: true

0 comments on commit 61333e5

Please sign in to comment.