Commit 9b8092e
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 properly
and all the packages are installed in the original virtualenv instead in the one
created 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 using
the virtualenv they provide to us instead of calling `make build`.make build on Travis1 parent 30d7bdb commit 9b8092e
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
0 commit comments