Skip to content

Commit

Permalink
use powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed Nov 28, 2016
1 parent 07b97ae commit f3aec3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ before_test:
- "%CMD_IN_ENV% pip install tox"

test_script:
- echo 'home is: %USERPROFILE%'
- ps: echo 'home is: $HOME'
# set up psql db
- createdb dbt
- psql -c "CREATE ROLE root WITH UNENCRYPTED PASSWORD 'password';" -U postgres
Expand Down

0 comments on commit f3aec3d

Please sign in to comment.