Skip to content

Commit 48d6937

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents a61019c + 4351c81 commit 48d6937

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.coverage

15.8 KB
Binary file not shown.

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
- TOXENV=py34
1111
- TOXENV=pypy
1212
install:
13-
- travis_retry pip install tox==1.6.1
13+
# "virtualenv<14.0.0" is needed for Python 3.2 compat
14+
- travis_retry pip install "virtualenv<14.0.0" tox
1415
script:
1516
- travis_retry tox

0 commit comments

Comments
 (0)