Browse Source

Merge 385fa79435 into d905b5f4c0

pull/140/merge
oliverpool 10 years ago
parent
commit
8bfc8e6085
  1. 6
      .travis.yml

6
.travis.yml

@ -1,8 +1,14 @@
os:
- linux
- osx
git: git:
depth: 1 depth: 1
language: python language: python
python: python:
- 3.4 - 3.4
before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then; then; brew update; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then; then; brew install python3; fi
install: install:
- pip install tox - pip install tox
script: script:

Loading…
Cancel
Save