Skip to content

Commit c562fd4

Browse files
authored
Merge pull request #236 from SlivTime/travis-fix
fix for travis-ci
2 parents c7f0c47 + 3758f2f commit c562fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
- 3.5
55

66
install:
7-
- pip install -e .[tests,web,fcgi,sqla,memcached,cleanhtml,renderhtml,images] --process-dependency-links
7+
- pip install -e .[tests,web,fcgi,sqla,memcached,cleanhtml,renderhtml,images]
88
- pip install --upgrade .
99

1010
script:

0 commit comments

Comments
 (0)