Skip to content

Commit

Permalink
Travis CI: Add Python 3.8 production release
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Nov 9, 2019
1 parent 911b79f commit 2f2790b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,25 @@ dist: xenial
language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
- '3.7'
- 3.7-dev
- '3.8'
- 3.8-dev
- nightly
- pypy
- pypy3
addons:
apt:
packages:
- pandoc
install:
- travis_retry pip install -r requirements.txt
- travis_retry pip install coveralls
script:
- coverage run --source=jsonpointer tests.py
after_script:
- coveralls
sudo: false
addons:
apt:
packages:
- pandoc
before_deploy:
- pip install -r requirements-dev.txt
deploy:
Expand Down

0 comments on commit 2f2790b

Please sign in to comment.