... | ... |
@@ -1,7 +1,8 @@ |
1 | 1 |
image: quantumtinkerer/research |
2 | 2 |
test: |
3 | 3 |
script: |
4 |
- - conda install -y -q pytest-cov scikit-optimize |
|
4 |
+ - pip install -r test-requirements.txt |
|
5 |
+ - conda install -y -q sckit-optimize |
|
5 | 6 |
- py.test --verbose --cov=adaptive --cov-report term --cov-report html adaptive |
6 | 7 |
artifacts: |
7 | 8 |
paths: |