Tidy up travis files
This commit is contained in:
@@ -16,7 +16,7 @@ script:
|
|||||||
- docker ps
|
- docker ps
|
||||||
- sleep 5
|
- sleep 5
|
||||||
- curl -I 127.0.0.1:80
|
- curl -I 127.0.0.1:80
|
||||||
- python tests.py
|
- python .travis/tests.py
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
slack: ngineered:EIKJFrzibOe0TwUhLXNe8Q2Q
|
slack: ngineered:EIKJFrzibOe0TwUhLXNe8Q2Q
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import sys
|
|||||||
|
|
||||||
def run_functional_tests():
|
def run_functional_tests():
|
||||||
''' Execute Functional Tests '''
|
''' Execute Functional Tests '''
|
||||||
tests = unittest.TestLoader().discover('tests/functional')
|
tests = unittest.TestLoader().discover('.travis/tests/functional')
|
||||||
result = unittest.TextTestRunner(verbosity=2).run(tests)
|
result = unittest.TextTestRunner(verbosity=2).run(tests)
|
||||||
return result.wasSuccessful()
|
return result.wasSuccessful()
|
||||||
|
|
||||||
Reference in New Issue
Block a user