Skip to content

Commit

Permalink
Test with modern versions of Python in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bbc2 committed Jul 11, 2019
1 parent db0285f commit 8812984
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
dist: xenial
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa
# maintainers to fix their pypy-dev package.
- "3.5"
- "3.6"
- "3.7"
- "pypy"
# command to install dependencies
- "pypy3"
install:
- pip install mock
# command to run tests
script: python setup.py test
script:
- python setup.py test

0 comments on commit 8812984

Please sign in to comment.