Skip to content

Commit

Permalink
Fix AppVeyor CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 7, 2018
1 parent f8a54fd commit 6a6523b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ install:
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe --version"
- "%PYTHON%/Scripts/pip.exe install setuptools --upgrade"
- "%PYTHON%/Scripts/pip.exe install pytest"
- "%PYTHON%/Scripts/pip.exe install typepy[datetime]"
- "%PYTHON%/Scripts/pip.exe install typepy[test]"

test_script:
- "%PYTHON%/python.exe setup.py test"
Expand Down

0 comments on commit 6a6523b

Please sign in to comment.