mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
Attempt to fix Travis-CI
This commit is contained in:
parent
efd2b66ac6
commit
56c6d22993
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
language: python
|
language: python
|
||||||
|
before_script:
|
||||||
|
- pyenv global $TRAVIS_PYTHON_VERSION
|
||||||
script: tox
|
script: tox
|
||||||
|
before_install:
|
||||||
|
- export PATH=$PYENV_ROOT/bin:$PATH
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue