Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve_unit_test_and_cleanup #9

Merged
Prev Previous commit
Next Next commit
Fix Test
  • Loading branch information
loonghao committed May 18, 2019
commit 77e0d1404213ee5189e99338a2183c4e3565e56a
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@ language: python
os:
- linux
- osx
- windows
python:
- "2.7"

env:
global:
- LANG=zh_CN.UTF-8
- LC_ALL=zh_CN.UTF-8

before_script: pip install coveralls
script:
- "py.test"
Expand Down
2 changes: 1 addition & 1 deletion dayu_path/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- encoding: utf-8 -*-

# Import third-part modules
# Import built-in modules
import re

# 用于判断frame 的正则表达式
Expand Down
2 changes: 1 addition & 1 deletion dayu_path/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""Test of dayu_patg."""
"""Test of dayu_path."""