diff options
author | xoviat <xoviat@users.noreply.github.com> | 2017-10-23 17:11:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-23 17:11:39 -0500 |
commit | 8e5ae4e0b515dc5e216a8b958e399e34b5dadf1f (patch) | |
tree | 58a7995abd202e89414a6f257a59d4d9d75abedd | |
parent | 0bf39fce158d8efa7f8afb35afcc24a9d3b1bb0a (diff) | |
download | numpy-8e5ae4e0b515dc5e216a8b958e399e34b5dadf1f.tar.gz |
FIX: package names
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 23ab5a3b6..2046ce975 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,8 +53,8 @@ matrix: packages: - *common_packages - cython3-dbg - - libpython3-dbg - - libpython3-dev + - python3-dbg + - python3-dev - python3-nose - python3-setuptools - python: 3.5 |