Skip to content
Snippets Groups Projects
Commit c9a97550 authored by John Chilton's avatar John Chilton
Browse files

Update Travis configuration to create user to run run-as-user test with.

parent 20759f25
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,9 @@ install:
- sudo service munge start
- sudo python scripts/configure_test_slurm.py
- echo "export DRMAA_LIBRARY_PATH=/usr/lib/libdrmaa.so" >> local_env.sh
- pip install drmaa
- pip install drmaa
- sudo adduser --quiet --disabled-password --gecos TEST u1 ## Create user for run-as-user test.
# - sudo apt-get install condor
script: . local_env.sh; nosetests
......
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