Skip to content

Commit

Permalink
Experiment with alternative Travis configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
andialbrecht committed Oct 26, 2015
1 parent e1b0d43 commit 16dd224
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
language: python
python: 2.7
env:
- TOX_ENV=py27
- TOX_env=py32
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=pypy

python:
- "3.5"
- "3.4"
- "3.3"
- "3.2"
- "2.7"
- "pypy"
- "pypy3"
- "nightly"

matrix:
include:
- python: 3.5
env:
- TOX_ENV=py35
before_install:
- sudo apt-get install pypy pypy3
allow_failures:
- python: "nightly"

install:
- pip install tox
script:
- tox -e $TOX_ENV
- pip install pytest
- pip install -e .

script: py.test

0 comments on commit 16dd224

Please sign in to comment.