Skip to content

Commit

Permalink
add travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Nov 9, 2017
1 parent b8cb817 commit 8117d98
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
os:
- linux
- windows
- osx

language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6

install:
- python setup.py install

script:
- xeH --help
- xeH $TEST_URL_E --dir test1
- LANG=zh_CN.utf-8 LC_ALL=zh_CN.utf-8 xeH $TEST_URL_E --dir test1
- LANG=zh_TW.utf-8 LC_ALL=zh_TW.utf-8 xeH $TEST_URL_E --dir test1
- xeH $TEST_URL_E --dir test1 --archive true

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
requests[socks]

0 comments on commit 8117d98

Please sign in to comment.