We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc001a commit 80a112fCopy full SHA for 80a112f
.travis.yml
@@ -13,17 +13,17 @@ python:
13
matrix:
14
include:
15
- os: osx
16
- osx_image: xcode9.4
+ osx_image: xcode10.2
17
language: generic
18
python: null
19
install:
20
|
21
if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then
22
- pip install --upgrade pip setuptools tox-travis;
+ pip install --upgrade pip setuptools tox-travis
23
elif [[ "$TRAVIS_OS_NAME" = "osx" ]]; then
24
- brew tap drolando/homebrew-deadsnakes;
+ brew tap drolando/homebrew-deadsnakes
25
brew install python34 python35 python36 python3 pypy
26
pip install --upgrade pip setuptools
27
- pip install --user tox;
+ pip install tox
28
fi
29
script: tox
0 commit comments