Skip to content

Commit

Permalink
switch Travis back to 3.7-dev
Browse files Browse the repository at this point in the history
Also use older Sphinx for py2.6
  • Loading branch information
etingof committed Jun 29, 2018
1 parent d8fa841 commit bdb1873
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 14 deletions.
59 changes: 46 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,51 @@
language: python
cache: pip
python:
# temporarily disabled due to broken pysmi dependency
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "nightly"
# - "pypy"
# - "pypy3"
matrix:
include:
- os: linux
dist: xenial
sudo: false
python: '2.6'
- os: linux
dist: xenial
sudo: false
python: '2.7'
- os: linux
dist: xenial
sudo: false
python: '3.2'
- os: linux
dist: xenial
sudo: false
python: '3.3'
- os: linux
dist: xenial
sudo: false
python: '3.4'
- os: linux
dist: xenial
sudo: false
python: '3.5'
- os: linux
dist: xenial
sudo: false
python: '3.6'
- os: linux
dist: xenial
sudo: false
python: '3.7-dev'
- os: linux
dist: xenial
sudo: false
python: 'nightly'
- os: linux
dist: xenial
sudo: false
python: 'pypy'
- os: linux
dist: xenial
sudo: false
python: 'pypy3'
install:
- pip install -r requirements.txt -r devel-requirements.txt
- pip install -e .
Expand Down
3 changes: 2 additions & 1 deletion devel-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sphinx
Sphinx <= 1.6; python_version < '2.7'
Sphinx > 1.6; python_version >= '2.7'

0 comments on commit bdb1873

Please sign in to comment.