Skip to content

Commit

Permalink
Edit .travis.yml and appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hMatoba committed Oct 6, 2015
1 parent 6186532 commit 2c1c7fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python:
- 3.5

install:
- pip install pillow
- pip install pillow==2.9.0
- pip install coveralls

script:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:

- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe install pillow"
- "%PYTHON%/Scripts/pip.exe install pillow==2.9.0"

test_script:
- '%PYTHON%\python.exe setup.py test'
Expand Down

0 comments on commit 2c1c7fb

Please sign in to comment.