Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
use the travis venv
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Dec 18, 2017
1 parent 9f0b27f commit e6dbf8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ python:
- 3.5
- 3.6
install:
- virtualenv .
- bin/pip install -r requirements.txt
- pip install -r requirements.txt
- buildout bootstrap
- bin/buildout
script:
- bin/test -v1
Expand Down

0 comments on commit e6dbf8a

Please sign in to comment.