diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..5aba80c1153707d0fd71e96b002ace6fb6f324d2 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +test: + script: + - pip install -e . + - pip install nose + - nosetests test/unit \ No newline at end of file diff --git a/docs/source/installation.rst b/docs/source/installation.rst index cff2ee422a1f7477d6567456d255697724582860..3e3fd30079a346759277f3a5a87b8fda0d674735 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -7,7 +7,8 @@ How to install The Autosubmit code is maintained in *PyPi*, the main source for python packages. -- Pre-requisties: These packages (bash, python2, sqlite3, git-scm > 1.8.2, subversion) must be available at local host machine. These packages (argparse, dateutil, pyparsing, numpy, pydotplus, matplotlib, paramiko) must be available for python runtime. +- Pre-requisties: These packages (bash, python2, sqlite3, git-scm > 1.8.2, subversion, dialog and GraphViz) must be available at local host machine. +These packages (argparse, python-dateutil, pyparsing, numpy, pydotplus, matplotlib, paramiko, saga-python, python2-pythondialog and portalocker) must be available for python runtime. .. important:: The host machine has to be able to access HPC's/Clusters via password-less ssh.