diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2016-01-27 21:33:12 +0100 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-01-27 14:47:51 -0700 |
commit | 2a079b2d39ea71938912528cbe9d679649bf77b9 (patch) | |
tree | bc43561f328bbfbf15c72deacafbd8da1e0be7d6 /.travis.yml | |
parent | cc2b0495118e4855acfeaea3253abf449f3e91dd (diff) | |
download | numpy-2a079b2d39ea71938912528cbe9d679649bf77b9.tar.gz |
TST: test installing from sdist on TravisCI.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c14994d0d..ccb182816 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,6 +62,8 @@ matrix: env: USE_WHEEL=1 - python: 3.5 env: USE_WHEEL=1 + - python: 3.5 + env: USE_SDIST=1 - python: 2.7 env: - PYTHONOPTIMIZE=2 |