Skip to content

Commit

Permalink
Test on python3/pypy3 only with twisted 15
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Jan 4, 2016
1 parent c830059 commit c77617e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
18 changes: 0 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ matrix:
python: "2.7"
- env: TOXENV=py27-twisted15
python: "2.7"
- env: TOXENV=py35-twisted12
python: "3.5"
- env: TOXENV=py35-twisted13
python: "3.5"
- env: TOXENV=py35-twisted14
python: "3.5"
- env: TOXENV=py35-twisted15
python: "3.5"
- env: TOXENV=pypy-twisted12
Expand All @@ -37,22 +31,10 @@ matrix:
python: "pypy"
- env: TOXENV=pypy-twisted15
python: "pypy"
- env: TOXENV=pypy3-twisted12
python: "pypy3"
- env: TOXENV=pypy3-twisted13
python: "pypy3"
- env: TOXENV=pypy3-twisted14
python: "pypy3"
- env: TOXENV=pypy3-twisted15
python: "pypy3"
allow_failures:
- env: TOXENV=py35-twisted12
- env: TOXENV=py35-twisted13
- env: TOXENV=py35-twisted14
- env: TOXENV=py35-twisted15
- env: TOXENV=pypy3-twisted12
- env: TOXENV=pypy3-twisted13
- env: TOXENV=pypy3-twisted14
- env: TOXENV=pypy3-twisted15

install:
Expand Down
24 changes: 0 additions & 24 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,11 @@ envlist =
py27-twisted13
py27-twisted14
py27-twisted15
py35-twisted12
py35-twisted13
py35-twisted14
py35-twisted15
pypy-twisted12
pypy-twisted13
pypy-twisted14
pypy-twisted15
pypy3-twisted12
pypy3-twisted13
pypy3-twisted14
pypy3-twisted15

[testenv]
Expand Down Expand Up @@ -138,24 +132,6 @@ deps =
mock
twisted>=15.0, <16.0

[testenv:pypy3-twisted12]
deps =
coverage
mock
twisted>=12.0, <13.0

[testenv:pypy3-twisted13]
deps =
coverage
mock
twisted>=13.0, <14.0

[testenv:pypy3-twisted14]
deps =
coverage
mock
twisted>=14.0, <15.0

[testenv:pypy3-twisted15]
deps =
coverage
Expand Down

0 comments on commit c77617e

Please sign in to comment.