Skip to content

Commit bee046b

Browse files
author
Ric Harvey
committed
Tidy up travis files
1 parent a0a3069 commit bee046b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ script:
1616
- docker ps
1717
- sleep 5
1818
- curl -I 127.0.0.1:80
19-
- python tests.py
19+
- python .travis/tests.py
2020

2121
notifications:
2222
slack: ngineered:EIKJFrzibOe0TwUhLXNe8Q2Q

tests.py renamed to .travis/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def run_functional_tests():
77
''' Execute Functional Tests '''
8-
tests = unittest.TestLoader().discover('tests/functional')
8+
tests = unittest.TestLoader().discover('.travis/tests/functional')
99
result = unittest.TextTestRunner(verbosity=2).run(tests)
1010
return result.wasSuccessful()
1111

0 commit comments

Comments
 (0)