diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index e39e367142546a872aef9841461e601b1584c415..0000000000000000000000000000000000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,33 +0,0 @@ -image: themattrix/tox - -########################################## -########################################## -## We have to set the following env vars -## in the admin interface : -## - AWS_DEFAULT_REGION -## - BUCKET_NAME -## - AWS_ACCESS_KEY_ID -## - AWS_SECRET_ACCESS_KEY - -stages: - - tests - - benchmarks_and_profiling - - deploy_docs -cache: - paths: - - .tox - -before_script: - - echo "Setting Up...." - -tests: - stage: tests - script: - - apt update - - apt install -y libgl1-mesa-glx xvfb graphviz xdg-utils libcairo2-dev libjpeg-dev libgif-dev - - pip install tox - - xvfb-run tox -v --recreate - - - -