We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1355277 commit 5e046a4Copy full SHA for 5e046a4
.travis.yml
@@ -28,5 +28,5 @@ install:
28
- pip install --verbose .
29
# command to run tests
30
script:
31
- - (cd tests && python rundoctest.py)
+ - python tests/rundoctest.py
32
- (cd docs && make html)
tests/rundoctest.py
@@ -9,7 +9,7 @@
9
path = os.path.dirname(__file__)
10
if path:
11
os.chdir(path)
12
- os.chdir('..')
+os.chdir('..')
13
14
failed = 0
15
attempted = 0
0 commit comments