Browse Source

Added install section.

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

2
.travis.yml

@ -4,5 +4,7 @@ python:
- "3.9" - "3.9"
- "3.9-dev" # 3.9 development branch - "3.9-dev" # 3.9 development branch
- "nightly" # nightly build - "nightly" # nightly build
install:
- python setup.py install
script: script:
- pytest - pytest

Loading…
Cancel
Save