Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
update local jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 27, 2016
1 parent 81e084f commit 7e8035c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .local.jenkins.win.yml
Expand Up @@ -13,7 +13,7 @@ install:
- pip install -r requirements.txt
- pip freeze
before_script:
- if [ ${VERSION} == "2.7" ] then {{Python35}}\python setup.py copy27 fi
- if [ ${VERSION} == "2.7" ] then {{Python35pyq}}\python setup.py copy27 fi
- if [ ${VERSION} == "2.7" ] then cd dist_module27 fi
script:
- { CMD: "python setup.py unittests", NAME: "UT" }
Expand Down

0 comments on commit 7e8035c

Please sign in to comment.