Skip to content

Commit

Permalink
Bump tests to latest python releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jalan committed Apr 4, 2020
1 parent a04e1e1 commit 95fb4de
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
dist: trusty
sudo: required
language: python

python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "2.7.17"
- "3.5.9"
- "3.6.10"
- "3.7.7"
- "3.8.2"

env:
- CPPFLAGS=--coverage
before_install:

before_script:
- pip install cpp-coveralls
script: python setup.py test

script:
- python setup.py test

after_success:
- coveralls --build-root .
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 95fb4de

Please sign in to comment.