Skip to content

Commit 9d36451

Browse files
committed
Travis-CI에 nosetest 추가
1 parent 4d5c485 commit 9d36451

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

+9-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,19 @@ addons:
88
- openjdk-8-jre-headless
99

1010
install:
11-
- cd docs
12-
- pip install -r requirements.txt
11+
- pip install -r python/test-requirements.txt
12+
- pip install -r docs/requirements.txt
1313

1414
script:
15-
- make html
15+
- cd python
16+
- nosetests --verbose
17+
- cd ../
18+
- cd docs
19+
- make docs
20+
- cd ../
1621

1722
after_success:
18-
- "./push.sh"
23+
- ./docs/push.sh
1924

2025
env:
2126
global:

0 commit comments

Comments
 (0)