Browse Source

Removed .travis.yaml.

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

10
.travis.yml

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