aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2015-08-26 07:57:23 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2015-08-26 07:57:23 -0300
commit70ceb871117ca811d63cb02671dc0fefc2700883 (patch)
tree846133ea39797d2cd1101cff2ac0818167353490 /appveyor.yml
parent8559119e2f45b7f6508282962c0430423bfab051 (diff)
parent787b97a4cb24330b36f11297c6d3a7a473a907d0 (diff)
Merge tag 'upstream/7.6.4'
Upstream version 7.6.4
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml11
1 files changed, 4 insertions, 7 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d4cd55c..52e4cda 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,16 +8,13 @@ init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
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 --upgrade setuptools"
- "%PYTHON%/Scripts/pip.exe install -r requirements-extras.txt pytest mock freezegun"
- - "%PYTHON%/python.exe setup.py install"
+ - "%PYTHON%/Scripts/pip.exe install ."
test_script:
- "set path=%PYTHON%/Scripts;%path%"
- "%PYTHON%/python.exe --version"
- "%PYTHON%/Scripts/pip.exe --version"
- - "%PYTHON%/python.exe setup.py test"
- - "%nikola"
- - "%nikola help"
+ - "py.test tests/"
+ - "nikola"
+ - "nikola help"