summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2018-07-07 17:04:04 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2018-07-07 17:04:04 -0700
commit637923f3cd28d554bcb3152f8ba667f66c65cc0d (patch)
treeb223e32a26799e9b09d2b632a0e76e9586c630bd
parent41e3e4fb63dd7ccca0e12055f66a4894a6ec3f41 (diff)
downloadnatsort-637923f3cd28d554bcb3152f8ba667f66c65cc0d.tar.gz
Remove extras testing from 3.7.
This is because fastnumbers has a python 3.7 bug, so there is no point using it for the tests if it fails. A future commit will revert this change.
-rw-r--r--.travis.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index ee21b41..d7b0d5d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,16 +41,6 @@ matrix:
dist: xenial
sudo: true
env: WITH_EXTRAS=""
- - python: "3.7"
- dist: xenial
- sudo: true
- env: WITH_EXTRAS="fast,icu"
- addons:
- apt:
- packages:
- - libicu-dev
- - language-pack-de
- - language-pack-en
install:
- pip install -U pip