Skip to content

Commit ce10bb9

Browse files
committed
update travis settings
1 parent 63f4528 commit ce10bb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: python
2+
cache: pip
23

34
python:
45
- "3.4"
6+
- "3.5"
57

68
install:
79
- pip install -r requirements.txt
810

911
script:
10-
- python test.py
11-
12+
- python demo.py

0 commit comments

Comments
 (0)