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
add py.test install in travis
main
Julien Iguchi-Cartigny
10 years ago
parent
18550666ff
commit
349c5fd7c4
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
@@ -2,7 +2,7 @@ language: python
python:
- "2.7"
install:
- pip install tox
- pip install tox
pytest
script:
- tox
Write
Preview
Loading…
Cancel
Save