Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 27e2362

Browse files
authored
Merge pull request #119 from ThomasWaldmann/travis
more work on travis-ci testing
2 parents 8b3d08a + 2d04850 commit 27e2362

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ matrix:
2727
os: linux
2828
dist: xenial
2929
env: TOXENV=py37
30+
- language: generic
31+
os: osx
32+
osx_image: xcode9.4
33+
env: TOXENV=py27,py36
34+
- language: generic
35+
os: osx
36+
osx_image: xcode10.1
37+
env: TOXENV=py27,py37
3038

31-
install: pip install tox-travis
39+
install: pip install tox
3240
script: tox

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tox]
2-
envlist = py27,py36
2+
envlist = py{27,34,35,36,37},pypy
3+
skip_missing_interpreters=true
34

45
[testenv]
56
commands=python test/run_tests.py

0 commit comments

Comments
 (0)