Skip to content

Commit

Permalink
Skip pypy for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
fschulze committed Mar 31, 2017
1 parent 9b1df08 commit 0a2847c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .appveyor.yml
Expand Up @@ -6,10 +6,10 @@ environment:
- PROJECT: "client"

install:
- choco install python.pypy > pypy-inst.log 2>&1 || (type pypy-inst.log & exit /b 1)
- set PATH=C:\tools\pypy\pypy;%PATH% # so tox can find pypy
- echo PyPy installed
- pypy --version
# - choco install python.pypy > pypy-inst.log 2>&1 || (type pypy-inst.log & exit /b 1)
# - set PATH=C:\tools\pypy\pypy;%PATH% # so tox can find pypy
# - echo PyPy installed
# - pypy --version
- echo Installed Pythons
- dir c:\Python*
- C:\Python35\python -m pip install tox
Expand All @@ -18,4 +18,4 @@ build: false

test_script:
- cd "%PROJECT%"
- C:\Python35\python -m tox
- C:\Python35\python -m tox --skip-missing-interpreters
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "pypy"
# - "pypy"
env:
- PROJECT=client
- PROJECT=common
Expand Down

0 comments on commit 0a2847c

Please sign in to comment.