- Notifications
You must be signed in to change notification settings - Fork395
Commit17b6726
committed
Do not use
Travis is giving us a Python executable that it's already inside a virtualenv.So, using that executable to create another virtualenv does not work properlyand all the packages are installed in the original virtualenv instead in the onecreated by the Makefile; which makes packages to not be found at `venv/bin/`.I'm using Travis `script` option to call the commands that we need just usingthe virtualenv they provide to us instead of calling `make build`.make build
on Travis1 parent42b2fcd commit17b6726
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 |
| |
15 | 18 |
| |
16 | 19 |
|
0 commit comments
Comments
(0)