Skip to content

Commit

Permalink
Remove cram tests since they are not compatible with windows...
Browse files Browse the repository at this point in the history
  • Loading branch information
zertrin committed Mar 30, 2017
1 parent 2a612be commit 667e908
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 89 deletions.
31 changes: 9 additions & 22 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,33 @@ version: '{branch}-{build}'
build: off
cache:
- '%LOCALAPPDATA%\pip\Cache'
matrix:
fast_finish: true
environment:
matrix:
- TOXPYTHON: C:\Python34\python.exe
PYTHON_HOME: C:\Python34
- PYTHON_HOME: C:\Python34
PYTHON_VERSION: '3.4'
PYTHON_ARCH: '32'
- TOXPYTHON: C:\Python34-x64\python.exe
WINDOWS_SDK_VERSION: v7.1
- WINDOWS_SDK_VERSION: v7.1
PYTHON_HOME: C:\Python34-x64
PYTHON_VERSION: '3.4'
PYTHON_ARCH: '64'
- TOXPYTHON: C:\Python35\python.exe
PYTHON_HOME: C:\Python35
- PYTHON_HOME: C:\Python35
PYTHON_VERSION: '3.5'
PYTHON_ARCH: '32'
- TOXPYTHON: C:\Python35-x64\python.exe
PYTHON_HOME: C:\Python35-x64
- PYTHON_HOME: C:\Python35-x64
PYTHON_VERSION: '3.5'
PYTHON_ARCH: '64'
- TOXPYTHON: C:\Python36\python.exe
PYTHON_HOME: C:\Python36
- PYTHON_HOME: C:\Python36
PYTHON_VERSION: '3.6'
PYTHON_ARCH: '32'
- TOXPYTHON: C:\Python36-x64\python.exe
PYTHON_HOME: C:\Python36-x64
- PYTHON_HOME: C:\Python36-x64
PYTHON_VERSION: '3.6'
PYTHON_ARCH: '64'
- TOXPYTHON: C:\Python36-x64\python.exe
PYTHON_HOME: C:\Python36-x64
- PYTHON_HOME: C:\Python36-x64
PYTHON_VERSION: '3.6'
PYTHON_ARCH: '64'
init:
- ps: ls C:\Python*
- set PATH=%PYTHON_HOME%;%PYTHON_HOME%\Scripts;%PATH%
- set CRAMSHELL=bash
- git config --global core.autocrlf true
install:
- '%PYTHON_HOME%\python -m pip install -U pip setuptools virtualenv'
- '%PYTHON_HOME%\Scripts\virtualenv --version'
Expand All @@ -48,9 +37,7 @@ install:
- '%PYTHON_HOME%\Scripts\pip install -r requirements_dev.txt'
- '%PYTHON_HOME%\python setup.py install'
- ps: ls $env:PYTHON_HOME\Scripts
before_test:
- ps: dir "env:"
test_script:
- py.test

### To enable remote debugging uncomment this (also, see: http://www.appveyor.com/docs/how-to/rdp-to-build-worker):
# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
1 change: 0 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
flake8
pypandoc
pytest
pytest-cram
pytest-flake8
tox
twine
Expand Down
50 changes: 0 additions & 50 deletions tests/help.t

This file was deleted.

13 changes: 0 additions & 13 deletions tests/version.t

This file was deleted.

3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ deps =
commands =
py.test --basetemp={envtmpdir}

[testenv:pywin]
basepython = {env:PYTHON_HOME:}\python.exe

[testenv:flake8]
deps =
-r{toxinidir}/requirements_dev.txt
Expand Down

0 comments on commit 667e908

Please sign in to comment.