Skip to content

Commit

Permalink
EXPERIMENTAL: Add before_test target
Browse files Browse the repository at this point in the history
  • Loading branch information
Makman2 committed May 11, 2015
1 parent a405c21 commit 3692ae6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ install:

build: false # Not a C# project, build stuff at the test step instead.

test:
before_test:
- "echo BEFORE TEST"

test_script:
- "%CMD_IN_ENV% python run_tests.py"
- "%CMD_IN_ENV% python setup.py install"

0 comments on commit 3692ae6

Please sign in to comment.