Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

appveyor.yml 459 B

1234567891011121314151617181920212223
  1. environment:
  2. matrix:
  3. - PYTHON: "C:\\Python27"
  4. PYVER: "2.7"
  5. - PYTHON: "C:\\Python35"
  6. PYVER: "3.5"
  7. - PYTHON: "C:\\Python36"
  8. PYVER: "3.6"
  9. - PYTHON: "C:\\Python27-x64"
  10. PYVER: "2.7"
  11. - PYTHON: "C:\\Python35-x64"
  12. PYVER: "3.5"
  13. - PYTHON: "C:\\Python36-x64"
  14. PYVER: "3.6"
  15. build: false
  16. install:
  17. - python -m pip install lxml enum34 pyyaml rdflib
  18. test_script:
  19. - python --version
  20. - python setup.py test