Bump testing versions

This commit is contained in:
Gavin M. Roy 2018-11-26 15:28:38 -05:00
parent 280db40236
commit 221df4f773

View file

@ -1,9 +1,9 @@
language: python
python:
- '2.7'
- '3.3'
- '3.4'
- pypy
- 3.5
- 3.6
- 3.7
- pypy3
install:
- pip install -e .
- pip install -r test-requirements.txt
@ -18,6 +18,6 @@ deploy:
secure: qzSC7nsNS1rnDKgiZe2GiojMznf35GLzUeqlf5HESYiKDIlXLIpdxS1Ii9G+afnJH1cGT9dheDUvlRzwZ3eDsZHbVYjKtj/uvy8j4x8H+N66Zvm1AMdGvF4sDCUo01DdbsSe7Xh77VY3kV0AgHb8UZuXOgXcdN0kYJjfWuUWTl0=
distributions: "sdist bdist_wheel"
on:
python: 2.7
python: 3.6
tags: true
all_branches: true