Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Create .travis.yml
  • Loading branch information
davidteather committed Oct 7, 2019
commit 95cbeeeb045bbc69623037d6061a1841f9be6e97
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
dist: xenial
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8-dev"
- "nightly"

matrix:
allow_failures:
- python: "3.8-dev"
- python: "nightly"

addons:
firefox: "62.0.3"

install:
- pip install pytest

before_script:
- "python setup.py install"

script:
- pytest tests/test_miscutils.py