Skip to content

Commit 317fa29

Browse files
committed
Use a virtualenv on Travis
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 3c2684d commit 317fa29

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ python:
55
- "3.6"
66

77
install:
8-
- pip install -r requirements_tests.txt
8+
- virtualenv .
9+
- bin/pip install -r requirements_tests.txt
910

1011
script:
11-
- py.test
12+
- bin/py.test

0 commit comments

Comments
 (0)