Skip to content

Commit efff42a

Browse files
committed
update travis configuration
1 parent e8969cb commit efff42a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12
language: python
23
notifications:
34
email: false
@@ -8,12 +9,13 @@ python:
89
- 2.7
910
- 3.3
1011
- 3.4
12+
- 3.5
1113
- pypy
1214
install:
1315
- pip install -r requirements.txt
1416
- pip install git+https://github.com/chfw/pyexcel-io.git
1517
- pip install git+https://github.com/chfw/pyexcel.git
16-
- pip install -r tests/requirements.txt --use-mirrors
18+
- pip install -r tests/requirements.txt
1719
script:
1820
make test
1921
after_success:

0 commit comments

Comments
 (0)