Skip to content

Commit

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

[report]
Expand Down
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 1e85c93

Please sign in to comment.