Browse Source

Enable tests for Python 3.8-dev (#465)

pull/490/head
Aliaksei Urbanski 6 years ago
committed by Sebastián Ramírez
parent
commit
f24d744a3b
  1. 7
      .travis.yml

7
.travis.yml

@ -7,6 +7,13 @@ cache: pip
python:
- "3.6"
- "3.7"
- "3.8-dev"
- "nightly"
matrix:
allow_failures:
- python: "3.8-dev"
- python: "nightly"
install:
- pip install flit

Loading…
Cancel
Save