Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
+travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moshez committed Dec 25, 2017
1 parent f0be1ef commit afd19c4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
language: python
matrix:
include:
- python: "2.7"
env: TOX_ENV=py27-unit
- python: "2.7"
env: TOX_ENV=py27-func
- python: "pypy"
env: TOX_ENV=pypy-unit
- python: "pypy"
env: TOX_ENV=pypy-func
- python: "3.5"
env: TOX_ENV=py35-unit
- python: "3.5"
env: TOX_ENV=py35-func
- python: "3.6"
env: TOX_ENV=py36-unit
- python: "3.6"
env: TOX_ENV=py36-func
- python: "2.7"
env: TOX_ENV=py27-lint
- python: "2.7"
env: TOX_ENV=docs
- python: "2.7"
env: TOX_ENV=py27-wheel
install:
- pip install tox
script:
- tox -e $TOX_ENV

0 comments on commit afd19c4

Please sign in to comment.