Skip to content

Commit

Permalink
Run unittests only once in appveyor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arcondello committed Nov 26, 2018
1 parent ddde702 commit 1b67fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -27,4 +27,4 @@ test_script:
- "%PYTHON%\\python.exe -m unittest discover -s penaltymodel_cache"
- "%PYTHON%\\python.exe -m unittest discover -s penaltymodel_maxgap"
- "%PYTHON%\\python.exe -m unittest discover -s penaltymodel_mip"
- "%PYTHON%\\python.exe -m unittest discover"
- "%PYTHON%\\python.exe -m unittest discover tests/"

0 comments on commit 1b67fbe

Please sign in to comment.