This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
wstools-py3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
install tox by pip for travis
main
Julien Iguchi-Cartigny
10 years ago
parent
b89f51039a
commit
18550666ff
1 changed files
with
4 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
.travis.yml
+ 4
- 1
.travis.yml
View File
@@ -1,5 +1,8 @@
language: python
language: python
python:
python:
- "2.7"
- "2.7"
script: tox
install:
- pip install tox
script:
- tox
Write
Preview
Loading…
Cancel
Save