Skip to content
Snippets Groups Projects
Unverified Commit 6605c1a5 authored by zhuqi's avatar zhuqi Committed by GitHub
Browse files

Merge pull request #4 from zqwerty/master

move change to dev branch, disable travis for now
parents 2b5d27bc 113bf787
No related branches found
No related tags found
No related merge requests found
...@@ -12,14 +12,14 @@ install: ...@@ -12,14 +12,14 @@ install:
script: script:
# - python setup.py test # - python setup.py test
- cd docs && rm source/convlab2.*.rst # - cd docs && rm source/convlab2.*.rst
- sphinx-apidoc -o ./source ../convlab2/ # - sphinx-apidoc -o ./source ../convlab2/
- cd source && python gen_rst.py --project convlab2 && cd .. # - cd source && python gen_rst.py --project convlab2 && cd ..
- make html # - make html
- cd source # - cd source
- python modify_py_modindex.py -d ../build/html/ # - python modify_py_modindex.py -d ../build/html/
- cd .. # - cd ..
- mv ./build/html ./build/docs && rm -r ./build/doctrees && mv LICENSE.txt ./build && mv README.md ./build && cd .. # - mv ./build/html ./build/docs && rm -r ./build/doctrees && mv LICENSE.txt ./build && mv README.md ./build && cd ..
deploy: deploy:
- provider: pages - provider: pages
......
...@@ -54,7 +54,7 @@ class Database(object): ...@@ -54,7 +54,7 @@ class Database(object):
elif ignore_open and key in ['destination', 'departure']: elif ignore_open and key in ['destination', 'departure']:
continue continue
else: else:
if val.strip().lower() != record[key].strip().lower(): if val.strip() != record[key].strip():
break break
except: except:
continue continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment