diff options
author | Dimitri John Ledkov <xnox@ubuntu.com> | 2019-12-05 16:03:08 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2019-12-06 14:05:23 +0100 |
commit | 6a140f313433e4ac21882d7995dbbb56124b4079 (patch) | |
tree | 09b230d7b62c6041aeeac858381b19ee105f85f9 /.travis.yml | |
parent | 12a74c66c6656bbf6a89bfae83b76e3df37d9199 (diff) | |
download | fork-ledger-6a140f313433e4ac21882d7995dbbb56124b4079.tar.gz fork-ledger-6a140f313433e4ac21882d7995dbbb56124b4079.tar.bz2 fork-ledger-6a140f313433e4ac21882d7995dbbb56124b4079.zip |
travis: use the same python executable, as found by cmake
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c2c70b52..ec9e4b12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,7 @@ before_script: script: - ctest --output-on-failure - - PYTHONPATH=. python${PY_MAJOR} python/demo.py + - PYTHONPATH=. `cmake -LA . | sed -n 's/Python_EXECUTABLE:FILEPATH=//p'` python/demo.py notifications: email: |