Skip to content

Commit ce50479

Browse files
committed
update .travis regariding ci
1 parent 44b5526 commit ce50479

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12
language: python
23
notifications:
34
email: false
@@ -8,10 +9,9 @@ python:
89
- 2.7
910
- 3.3
1011
- 3.4
12+
- 3.5
1113
- pypy
1214
install:
13-
- pip install git+https://github.com/chfw/pyexcel-io.git
14-
- pip install git+https://github.com/chfw/pyexcel.git
1515
- pip install -r tests/requirements.txt
1616
script:
1717
make test

tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ rednose
33
nose-cov
44
python-coveralls
55
coverage
6-
pyexcel-xls
6+
pyexcel-xls>=0.0.7
7+
pyexcel>=0.1.7
78
SQLAlchemy

0 commit comments

Comments
 (0)