mirror of
https://github.com/sprockets/sprockets.mixins.correlation.git
synced 2024-11-14 19:29:30 +00:00
Bump testing versions
This commit is contained in:
parent
280db40236
commit
221df4f773
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue