Cleanup build matrix. Closes #213.
This commit is contained in:
parent
c5487a4464
commit
6d7cc69554
2 changed files with 7 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -9,11 +9,13 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- python: "3.3"
|
- python: "3.3"
|
||||||
env: BOTO_VERSION=2.34.0
|
env: BOTO_VERSION=2.34.0
|
||||||
|
- python: "3.4"
|
||||||
|
env: BOTO_VERSION=2.34.0
|
||||||
install:
|
install:
|
||||||
- pip install boto==$BOTO_VERSION
|
- travis_retry pip install boto==$BOTO_VERSION
|
||||||
- pip install .
|
- travis_retry pip install .
|
||||||
- pip install -r requirements-dev.txt
|
- travis_retry pip install -r requirements-dev.txt
|
||||||
- pip install coveralls
|
- travis_retry pip install coveralls
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
after_success:
|
after_success:
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py26, py27, py33
|
envlist = py26, py27, py33, py34
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue