Skip to content

Commit 4ec2077

Browse files
committed
Update .travis.yml
1 parent 86827d8 commit 4ec2077

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
dist: trusty
21
language: python
32
python:
4-
- '2.7'
5-
- '3.4'
6-
- '3.5'
7-
- 'pypy'
3+
- "3.6"
4+
- "3.7"
5+
- "3.8"
86
install:
97
- pip install -r requirements.txt
108
- pip install coveralls coverage
@@ -15,3 +13,5 @@ script:
1513
- coverage run --source flask_rest_jsonapi -m pytest -v
1614
after_success:
1715
- coveralls
16+
17+
# TODO: create separate jobs for tests and deploy

0 commit comments

Comments
 (0)