Skip to content

Commit

Permalink
Merge pull request #1966 from nicoddemus/disable-pypy-windows
Browse files Browse the repository at this point in the history
Disable pypy on AppVeyor until #1963 gets fixed
  • Loading branch information
nicoddemus authored Sep 26, 2016
2 parents 01068e5 + da201c7 commit 8dc497b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ environment:
matrix:
# create multiple jobs to execute a set of tox runs on each; this is to workaround having
# builds timing out in AppVeyor
- TOXENV: "linting,py26,py27,py33,py34,py35,pypy"
# pypy is disabled until #1963 gets fixed
- TOXENV: "linting,py26,py27,py33,py34,py35"
- TOXENV: "py27-pexpect,py27-xdist,py27-trial,py35-pexpect,py35-xdist,py35-trial"
- TOXENV: "py27-nobyte,doctesting,freeze,docs"

Expand Down

0 comments on commit 8dc497b

Please sign in to comment.