Skip to content

Commit

Permalink
travis: build on latest sphinx with python3
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Jan 22, 2021
1 parent 1168350 commit 7ffe6b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
language: python
python:
- "2.7"
- "3.9"

env:
global:
Expand All @@ -12,7 +12,7 @@ env:

install:
- sudo apt-get install sshpass
- pip install -r ${BUILD_DIR}/nscom/requirements.txt -r ${BUILD_DIR}/nsent/requirements.txt sphinx==1.7.4
- pip install -r ${BUILD_DIR}/nscom/requirements.txt -r ${BUILD_DIR}/nsent/requirements.txt sphinx==3.2.1

script:
- pushd ${BUILD_DIR}/
Expand Down

0 comments on commit 7ffe6b8

Please sign in to comment.