Skip to content

Commit

Permalink
pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
mailgyc-163 committed Jul 12, 2017
1 parent 51ce312 commit 95bc8e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ sudo: false
language: python
python:
- '3.6'
- '3.5'

install:
- pip install tox codecov pytest
- pip install codecov
- pip install -r requirements.txt

script: pytest
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 斗地主
斗地主游戏, html5, python, mysql 实现

[![Coverage Status](https://coveralls.io/repos/github/mailgyc/doudizhu/badge.svg?branch=master)](https://coveralls.io/github/mailgyc/doudizhu?branch=master)

运行步骤:
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Tornado>=4.5.1
bcrypt>=3.1.3
pymysql>=0.7.11
msgpack-python>=0.4.8
Tornado==4.5.1
bcrypt==3.1.3
pymysql==0.7.11
msgpack-python==0.4.8

Empty file added src/tests/simple_test.py
Empty file.

0 comments on commit 95bc8e5

Please sign in to comment.