Skip to content

Commit aec2f26

Browse files
committed
Avoid an issue when dependencies include inline comments by fixingtemporarily pinning the virtualenv version
1 parent 14f4d85 commit aec2f26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515
- TOXENV=pypy3-pytest29
1616
- TOXENV=flake8
1717
install:
18+
- pip install virtualenv==15.0.1
1819
- pip install tox
1920
script:
20-
- tox
21+
- VIRTUALENV_DOWNLOAD=no tox

0 commit comments

Comments
 (0)