Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asselapathirana committed Jan 9, 2017
1 parent 106d455 commit d1f1121
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ build: false
test_script:
# devide the test suite into four test runs.
- pytest -v -k "not (test_c or test_s or will_have_correct_units or test_project_manager)"
- pytest -v -k "(test_c or test_s)"
- pytest -v -k "(will_have_correct_units)"
- pytest -v -k "(test_project_manager)"
- pytest -v -k "test_c or test_s"
- pytest -v -k "will_have_correct_units"
- pytest -v -k "test_project_manager"
- conda env export > service\appveyor_environment.yml
- if "%PYTHON_VERSION%" == "3.4" python freeze.py > service\freeze.log

Expand Down

0 comments on commit d1f1121

Please sign in to comment.