We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04c2d4 commit 9e906f5Copy full SHA for 9e906f5
.travis.yml
@@ -4,6 +4,7 @@ language: python
4
cache:
5
- apt
6
- pip
7
+dist: trusty
8
sudo: false
9
addons:
10
apt:
@@ -23,7 +24,8 @@ matrix:
23
24
env: NMODE=nikola OS=macOS
25
python: '3.6'
26
before_install:
- - brew install python3
27
+ - brew update
28
+ - brew upgrade python
29
- pip3 install virtualenv
30
- python3 -m virtualenv nikola-tests-venv
31
- source nikola-tests-venv/bin/activate
0 commit comments