Skip to content

Commit

Permalink
Simplify installation for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Aug 19, 2018
1 parent f7657c6 commit 6469b90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -17,8 +17,7 @@ install:
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe --version"
- "%PYTHON%/Scripts/pip.exe install -r requirements/requirements.txt"
- "%PYTHON%/Scripts/pip.exe install -r requirements/test_requirements.txt"
- "%PYTHON%/Scripts/pip.exe install .[test]"

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

0 comments on commit 6469b90

Please sign in to comment.