mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
forgot to always try to upgrade everything, else we run into very old packages
This commit is contained in:
parent
18a4d72951
commit
1fd8f4ade4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
version: 0.4.3.{build}
|
||||
os: Windows Server 2012 R2
|
||||
install:
|
||||
- C:\Python35\Scripts\pip install -r requirements-tests.txt
|
||||
- C:\Python35\Scripts\pip install --upgrade -r requirements-tests.txt
|
||||
test_script:
|
||||
- C:\Python35\Scripts\py.test
|
||||
|
|
Loading…
Add table
Reference in a new issue