Skip to content

Commit

Permalink
Merge pull request #119 from ThomasWaldmann/travis
Browse files Browse the repository at this point in the history
more work on travis-ci testing
  • Loading branch information
benhoyt authored Feb 21, 2019
2 parents 8b3d08a + 2d04850 commit 27e2362
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ matrix:
os: linux
dist: xenial
env: TOXENV=py37
- language: generic
os: osx
osx_image: xcode9.4
env: TOXENV=py27,py36
- language: generic
os: osx
osx_image: xcode10.1
env: TOXENV=py27,py37

install: pip install tox-travis
install: pip install tox
script: tox
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tox]
envlist = py27,py36
envlist = py{27,34,35,36,37},pypy
skip_missing_interpreters=true

[testenv]
commands=python test/run_tests.py

0 comments on commit 27e2362

Please sign in to comment.