Skip to content

Commit

Permalink
Remove RHEL 6 and add Ubuntu 16.04...
Browse files Browse the repository at this point in the history
to skipped system tests script
  • Loading branch information
martyngigg committed Feb 16, 2017
1 parent a3147bb commit 580996f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/skipped_systemtests.py
Expand Up @@ -5,7 +5,7 @@
import requests # python-requests

URL = "http://builds.mantidproject.org/job/master_systemtests"
PLATFORMS=['rhel7','rhel6', 'osx', 'win7', 'ubuntu']
PLATFORMS=['rhel7', 'osx', 'win7', 'ubuntu', 'ubuntu-16.04']


class TestCase(object):
Expand Down

0 comments on commit 580996f

Please sign in to comment.