Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
9db70803
Commit
9db70803
authored
Jun 30, 2014
by
peastman
Browse files
Merge pull request #502 from peastman/travis
[WIP] experiments to figure out how to get nose running in parallel
parents
c79a29b3
b802e7ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.travis.yml
.travis.yml
+3
-2
No files found.
.travis.yml
View file @
9db70803
...
...
@@ -6,7 +6,8 @@ before_install:
-
sudo apt-get update -qq
-
sudo apt-get install -qq libpcre3 libpcre3-dev gromacs
-
sudo apt-get install -qq swig doxygen llvm-3.3
-
sudo apt-get install -qq python-numpy python-scipy python-nose
-
sudo apt-get install -qq python-numpy python-scipy python-pip
-
sudo pip install nose
-
export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer-3.3
script
:
...
...
@@ -22,4 +23,4 @@ script:
-
if [ -s FailedTests.log ]; then ctest -V -I FailedTests.log; fi;
-
# run the python tests too
-
cd python/tests
-
nosetests -vv
-
nosetests -vv
--processes=-1 --process-timeout=200
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment