Skip to content

Commit

Permalink
.travis.yml: use older version of virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
rrooij committed Jun 12, 2020
1 parent fee82ac commit c9f9177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
install: make && pip install tox
install: pip install virtualenv==20.0.21 && make && pip install tox
script:
- make ci
cache: pip
Expand Down

0 comments on commit c9f9177

Please sign in to comment.