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
test_fixup
Travis Cunningham
9 years ago
parent
eeb95116cc
commit
21cebe655e
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.travis.yml
+ 3
- 0
.travis.yml
View File
@@ -4,6 +4,9 @@ python:
env:
- DJANGO=1.3
- DJANGO=1.4
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libarchive-dev
install:
- pip install .
script:
Write
Preview
Loading…
Cancel
Save