Skip to content

Commit

Permalink
Merge c74d050 into 6f591d0
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Oct 21, 2017
2 parents 6f591d0 + c74d050 commit 5fc166a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Expand Up @@ -5,7 +5,6 @@ source =
omit =
.tox/*
/usr/*
*/tmp*
setup.py

[report]
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -14,4 +14,4 @@
sha: v0.3.5
hooks:
- id: reorder-python-imports
language_version: python3.6
language_version: python3
17 changes: 9 additions & 8 deletions .travis.yml
@@ -1,14 +1,15 @@
language: python
python: 3.6
env: # These should match the tox env list
- TOXENV=py27
- TOXENV=py36
- TOXENV=pypy
matrix:
include:
- env: TOXENV=py27
- env: TOXENV=py36
python: 3.6
- env: TOXENV=pypy
python: pypy
install: pip install coveralls tox
script: tox
after_success:
- coveralls
after_success: coveralls
cache:
directories:
- $HOME/.cache/pip
- $HOME/.pre-commit
- $HOME/.cache/pre-commit

0 comments on commit 5fc166a

Please sign in to comment.