diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2016-01-30 12:06:17 +0100 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2016-09-02 16:39:17 +0200 |
commit | 2dc070d3b7c1aa5d6e0b3509078c358192627132 (patch) | |
tree | d0057b972e5fdb7db7ea69f224e75285e97c8841 /.travis.yml | |
parent | 4ec016784b02f69347c4429829b9eb8225ace5ee (diff) | |
download | numpy-2dc070d3b7c1aa5d6e0b3509078c358192627132.tar.gz |
TST: Make one 3.5 test run the full test suit.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fee1e72ee..7d503b8c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,7 @@ matrix: - python: 2.7 env: USE_WHEEL=1 - python: 3.5 - env: USE_WHEEL=1 + env: USE_WHEEL=1 RUN_FULL_TESTS=1 - python: 3.5 env: USE_SDIST=1 - python: 2.7 |