Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last 3.1.0 tweaks #159

Merged
merged 5 commits into from
Dec 10, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reorder linting job in Travis configuration
  • Loading branch information
blag committed Dec 10, 2019
commit e1ada4dbb79a9af43591c339016a9a7a23be7e69
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ after_success:
- codecov
matrix:
include:
# Linting
- python: 3.6
env: TOX_ENV=flake8
# CPython 2.7
- python: 2.7
env: TOXENV=py27-base
Expand Down Expand Up @@ -77,6 +80,3 @@ matrix:
env: TOXENV=pypy-pycrypto-norsa
- python: pypy3.5
env: TOXENV=pypy-compatibility
# Linting
- python: 3.6
env: TOX_ENV=flake8