~ fixes python versions and requirements.txt not existing anymore

This commit is contained in:
nicobo 2020-12-20 22:21:27 +01:00
parent a741194deb
commit aaa277e8fc
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F

View file

@ -1,10 +1,13 @@
language: python
python:
- "3.4.2"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "nightly"
- "3.8" # 3.8 development branch
- "3.8-dev" # 3.8 development branch
- "nightly" # nightly build
install:
- pip install -r requirements.txt
- pip install -r requirements-build.txt -r requirements-runtime.txt
script:
- python -m unittest discover -s tests