Skip to content

Commit

Permalink
tests: add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Sep 7, 2018
1 parent 1e4c2fb commit 07e6f62
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
language: python
sudo: false

matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: pypy
env: TOXENV=pypy
- python: 3.6
env: TOXENV=py36 LINT=1
- python: nightly
env: TOXENV=py37
allow_failures:
- env: TOXENV=py37

install:
- travis_retry pip install tox

script:
- travis_retry tox

0 comments on commit 07e6f62

Please sign in to comment.