Skip to content

Commit 2f2790b

Browse files
authored
Travis CI: Add Python 3.8 production release
1 parent 911b79f commit 2f2790b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,25 @@ dist: xenial
22
language: python
33
python:
44
- '2.7'
5-
- '3.4'
65
- '3.5'
76
- '3.6'
87
- '3.7'
9-
- 3.7-dev
8+
- '3.8'
109
- 3.8-dev
1110
- nightly
1211
- pypy
1312
- pypy3
13+
addons:
14+
apt:
15+
packages:
16+
- pandoc
1417
install:
1518
- travis_retry pip install -r requirements.txt
1619
- travis_retry pip install coveralls
1720
script:
1821
- coverage run --source=jsonpointer tests.py
1922
after_script:
2023
- coveralls
21-
sudo: false
22-
addons:
23-
apt:
24-
packages:
25-
- pandoc
2624
before_deploy:
2725
- pip install -r requirements-dev.txt
2826
deploy:

0 commit comments

Comments
 (0)