Skip to content

Commit

Permalink
Add travis configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
AGTGreg committed Jul 23, 2019
1 parent 047faa5 commit aebe31b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
dist: xenial # required for Python >= 3.7
language: python
python:
- 3.5
- 3.6
- 3.7
- "3.5"
- "3.6"
- "3.7"
- "3.8-dev" # 3.8 development branch
- "nightly" # nightly build

0 comments on commit aebe31b

Please sign in to comment.