Skip to content

Commit 5e046a4

Browse files
author
Luca De Feo
committed
Fix paths for testing
1 parent 1355277 commit 5e046a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ install:
2828
- pip install --verbose .
2929
# command to run tests
3030
script:
31-
- (cd tests && python rundoctest.py)
31+
- python tests/rundoctest.py
3232
- (cd docs && make html)

tests/rundoctest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
path = os.path.dirname(__file__)
1010
if path:
1111
os.chdir(path)
12-
os.chdir('..')
12+
os.chdir('..')
1313

1414
failed = 0
1515
attempted = 0

0 commit comments

Comments
 (0)