Skip to content

Commit

Permalink
Optimize: 优化 CI 格式
Browse files Browse the repository at this point in the history
  • Loading branch information
littlemo committed Dec 8, 2019
1 parent 8e27e03 commit fb68bd8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,11 +1,12 @@
language: python
dist: trusty
python:
- "2.7"
- '2.7'
install:
- pip install -r requirements/pip.txt
- pip install -e .
- python -c 'import pkg_resources; print("export VERSION={}".format(pkg_resources.get_distribution("mohand").version))' > VERSION && source VERSION
- python -c 'import pkg_resources; print("export VERSION={}".format(pkg_resources.get_distribution("mohand").version))'
> VERSION && source VERSION
script:
- echo "No Test"
deploy:
Expand Down

0 comments on commit fb68bd8

Please sign in to comment.