Browse Source

Added .travis.yml.

pull/2/head
Richard Neumann 4 years ago
parent
commit
10a8a0ce51
  1. 10
      .travis.yml

10
.travis.yml

@ -0,0 +1,10 @@
language: python
python:
- "3.8"
- "3.9"
- "3.9-dev" # 3.9 development branch
- "nightly" # nightly build
install:
- pip install -r requirements.txt
script:
- pytest
Loading…
Cancel
Save