Skip to content

Commit

Permalink
just want one test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
erinxocon committed Jun 10, 2018
1 parent cf8e114 commit 8e750ac
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,29 @@ environment:

matrix:

- PYTHON: 'C:\Python27-x64'
PYTHON_VERSION: '2.7.x'
TEST_SUITE: 'not install'
# - PYTHON: 'C:\Python27-x64'
# PYTHON_VERSION: '2.7.x'
# TEST_SUITE: 'not install'

# - PYTHON: 'C:\Python27-x64'
# PYTHON_VERSION: '2.7.x'
# TEST_SUITE: 'install'
# PYTEST_ADDOPTS: '--cache-clear'
# RUN_INTEGRATION_TESTS: 'True'

- PYTHON: 'C:\Python27-x64'
PYTHON_VERSION: '2.7.x'
TEST_SUITE: 'install'
PYTEST_ADDOPTS: '--cache-clear'
RUN_INTEGRATION_TESTS: 'True'
# - PYTHON: 'C:\Python36-x64'
# PYTHON_VERSION: '3.6.x'
# TEST_SUITE: 'not install'

- PYTHON: 'C:\Python36-x64'
PYTHON_VERSION: '3.6.x'
TEST_SUITE: 'not install'

- PYTHON: 'C:\Python36-x64'
PYTHON_VERSION: '3.6.x'
TEST_SUITE: 'install'
PYTEST_ADDOPTS: '--cache-clear'
RUN_INTEGRATION_TESTS: 'True'
# - PYTHON: 'C:\Python36-x64'
# PYTHON_VERSION: '3.6.x'
# TEST_SUITE: 'install'
# PYTEST_ADDOPTS: '--cache-clear'
# RUN_INTEGRATION_TESTS: 'True'

install:
- 'set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%'
Expand Down

0 comments on commit 8e750ac

Please sign in to comment.