This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
python-libarchive
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update .travis.yml
Fixed installation of packages via pip
test_fixup
Travis Cunningham
10 years ago
parent
e133faa090
commit
b92cffd1dc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+ 1
- 1
.travis.yml
View File
@@ -5,6 +5,6 @@ env:
- DJANGO=1.3
- DJANGO=1.4
install:
- pip install -
-timeout=30 -
q
-e
.
--use-mirrors
- pip install -q .
script:
- make test
Write
Preview
Loading…
Cancel
Save