pip tests, use py2 compat sampleproject fork
Change: - sampleproject has gone py3 only. Use a py2 compatible fork. Test Plan: - CI Signed-off-by: Rick Elrod <rick@elrod.me>
This commit is contained in:
parent
222d35ebbd
commit
bcd7c860e2
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
pip_test_package: sampleproject
|
||||
pip_test_package: sampleprojectpy2
|
||||
pip_test_packages:
|
||||
- sampleproject
|
||||
- sampleprojectpy2
|
||||
- jiphy
|
||||
pip_test_pkg_ver:
|
||||
- sampleproject<=100, !=9.0.0,>=0.0.1
|
||||
- sampleprojectpy2<=100, !=9.0.0,>=0.0.1
|
||||
- jiphy<100 ,!=9,>=0.0.1
|
||||
pip_test_pkg_ver_unsatisfied:
|
||||
- sampleproject>= 999.0.0
|
||||
- sampleprojectpy2>= 999.0.0
|
||||
- jiphy >999.0
|
||||
pip_test_modules:
|
||||
- sample
|
||||
|
|
Loading…
Reference in a new issue