Skip to content

Commit

Permalink
seperated tests further
Browse files Browse the repository at this point in the history
  • Loading branch information
asselapathirana committed Jan 9, 2017
1 parent 6c716c9 commit c6a4e34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,11 @@ install:
build: false

test_script:
# devide the test suite into two test runs.
- pytest -v -k "not (test_c or test_s)"
# devide the test suite into four test runs.
- pytest -v -k "not (test_c or test_s or test_rrpamwds_projects.py or test_units.py)"
- pytest -v -k "(test_c or test_s)"
- pytest -v -k "(test_units.py)"
- pytest -v -k "(test_rrpamwds_projects.py)"
- conda env export > service\appveyor_environment.yml
- if "%PYTHON_VERSION%" == "3.4" python freeze.py > service\freeze.log

Expand Down

0 comments on commit c6a4e34

Please sign in to comment.