Skip to content

Commit a9c1f3e

Browse files
author
nxexox
committed
mini fix
1 parent 127ad5a commit a9c1f3e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ python:
55
- 3.4
66
- 3.5
77
- 3.6
8+
- 3.7
89

910
install:
1011
pip install -r requirements/requirements-app.txt -r requirements/requirements-tests.txt
1112

1213
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
1516

1617
after_success:
1718
- codecov # report to coverage.

rest_framework/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
__/ |
99
|___/
1010
"""
11-
VERSION = (0, 3, 2)
11+
VERSION = (0, 3, 0)
1212

1313
__title__ = 'Python-Rest-Framework'
1414
__author__ = 'Deys Timofey'

0 commit comments

Comments
 (0)