Skip to content

Commit 2e0d38e

Browse files
committed
Install Python requirements in Travis environment.
1 parent 5d800ee commit 2e0d38e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: python
22

3-
install: skip
3+
install:
4+
- pip3 install -U -r requirements.txt
45

56
# if: tag IS present
67

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
import os
1414
import sys
15-
#sys.path.insert(0, os.path.abspath('.'))
15+
sys.path.insert(0, os.path.abspath('.'))
1616
sys.path.insert(0, os.path.abspath('..'))
1717
#sys.path.insert(0, os.path.abspath('../pyCallBy'))
1818
#sys.path.insert(0, os.path.abspath('_extensions'))

0 commit comments

Comments
 (0)