mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2024-11-25 11:19:53 +00:00
Add Python versions and variants to CI
This commit is contained in:
parent
1fa05593d7
commit
a1b92809f4
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@ python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
- pypy
|
- 3.6
|
||||||
|
- 3.7-dev
|
||||||
|
- pypy2
|
||||||
|
- pypy3
|
||||||
before_install:
|
before_install:
|
||||||
- pip install nose coverage codecov
|
- pip install nose coverage codecov
|
||||||
- pip install -r requires/testing.txt
|
- pip install -r requires/testing.txt
|
||||||
|
|
Loading…
Reference in a new issue