Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 1, 2017
1 parent 6f6c785 commit 4ee9e11
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Expand Up @@ -2,17 +2,14 @@ dist: trusty
sudo: required
language: python

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6

python:
- "3.5"
- "3.6"
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
install:
- sudo apt-get install -qq gcc-6 g++-6
- pip install -r requirements.txt
- pip install pyquickhelper --no-deps
before_script:
Expand Down

0 comments on commit 4ee9e11

Please sign in to comment.