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
|
||||
before_script:
|
||||
- pyenv global $TRAVIS_PYTHON_VERSION
|
||||
script: tox
|
||||
before_install:
|
||||
- export PATH=$PYENV_ROOT/bin:$PATH
|
||||
install:
|
||||
- pip install tox
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue