diff options
author | xoviat <xoviat@users.noreply.github.com> | 2017-10-23 17:08:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-23 17:08:47 -0500 |
commit | 0bf39fce158d8efa7f8afb35afcc24a9d3b1bb0a (patch) | |
tree | 9e7139f7f70a21bbc49758c437b3fe6bcb2cd390 /.travis.yml | |
parent | 288cbb33e4a50e165a3076e9d720f39d5d076ce8 (diff) | |
download | numpy-0bf39fce158d8efa7f8afb35afcc24a9d3b1bb0a.tar.gz |
CI: travis: switch to container
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 8dd5385d6..23ab5a3b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,15 +47,14 @@ matrix: - debootstrap - python: 3.4 env: USE_DEBUG=1 - sudo: true dist: trusty addons: apt: packages: - *common_packages - cython3-dbg - - python3-dbg - - python3-dev + - libpython3-dbg + - libpython3-dev - python3-nose - python3-setuptools - python: 3.5 |