Skip to content
Snippets Groups Projects
Commit 7bb556b9 authored by spmohanty's avatar spmohanty
Browse files

Update gitlab configuration

parent f1d00212
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,6 @@ cache: ...@@ -5,9 +5,6 @@ cache:
- .tox - .tox
before_script: before_script:
# Setup locale
- export LC_ALL=en_US.utf-8
- export LANG=en_US.utf-8
# Install pyenv # Install pyenv
- apt-get update - apt-get update
- apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev - apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev
...@@ -16,8 +13,9 @@ before_script: ...@@ -16,8 +13,9 @@ before_script:
- export PATH="$PYENV_ROOT/bin:$PATH" - export PATH="$PYENV_ROOT/bin:$PATH"
- eval "$(pyenv init -)" - eval "$(pyenv init -)"
# Install tox # Install tox
- pip install tox - pyenv install 3.6 3.7
tests: tests:
script: script:
- pip install tox
- tox - tox
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment