File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,14 @@ python:
5
5
- 3.4
6
6
- 3.5
7
7
- 3.6
8
+ - 3.7
8
9
9
10
install :
10
11
pip install -r requirements/requirements-app.txt -r requirements/requirements-tests.txt
11
12
12
13
script :
13
- - python -m unittest rest_framework/ tests/__init__.py # run tests
14
- - coverage run -m unittest rest_framework/ tests/__init__.py # run coverage tests
14
+ - python -m unittest tests/__init__.py # run tests
15
+ - coverage run -m unittest tests/__init__.py # run coverage tests
15
16
16
17
after_success :
17
18
- codecov # report to coverage.
Original file line number Diff line number Diff line change 8
8
__/ |
9
9
|___/
10
10
"""
11
- VERSION = (0 , 3 , 2 )
11
+ VERSION = (0 , 3 , 0 )
12
12
13
13
__title__ = 'Python-Rest-Framework'
14
14
__author__ = 'Deys Timofey'
You can’t perform that action at this time.
0 commit comments