summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2019-08-18 14:17:55 -0400
committerAnish Athalye <me@anishathalye.com>2019-08-18 14:17:55 -0400
commit4ca0cb5445ec883283e7f74e2101026aece40602 (patch)
treeb5778f6162647f89009759a546775611c6ee6c4c
parent9a8d292681ac540894dce3fe998be0068dfa2df5 (diff)
Update Travis CI config
- Use Xenial for all tests - Drop support for Python 3.2 and Python 3.3
-rw-r--r--.travis.yml30
1 files changed, 10 insertions, 20 deletions
diff --git a/.travis.yml b/.travis.yml
index 57a5877..10522d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,26 +1,16 @@
+dist: xenial
language: python
+python:
+ - "2.7"
+ - "pypy"
+ - "3.4"
+ - "3.5"
+ - "3.6"
+ - "3.7"
+ - "nightly"
+ - "pypy3"
sudo: false
-.mixins:
- - &xenial
- dist: xenial
-
-jobs:
- include:
- - python: "2.7"
- - python: "pypy"
- - python: "3.2"
- - python: "3.3"
- - python: "3.4"
- - python: "3.5"
- - python: "3.6"
- - <<: *xenial
- python: "3.7"
- - <<: *xenial
- python: "3.8-dev"
- - python: "nightly"
- - python: "pypy3"
-
script:
- ./test/test_travis