Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Commit fd27b9b

Browse files
author
dames
committed
Active the venv for testing
1 parent 578ea17 commit fd27b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build_script:
3939
- psql -c "SELECT VERSION()"
4040
- createdb %DBNAME%
4141
- psql -d %DBNAME% -c "CREATE EXTENSION IF NOT EXISTS citext"
42-
42+
- C:\projects\relational-data-loader\venv\Scripts\activate.bat
4343
#Install the dependencies for rdl.
4444
- pip install -r requirements.txt
4545

0 commit comments

Comments
 (0)