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
fixing travis
main
Julien Iguchi-Cartigny
10 years ago
parent
f0b5a0d2b2
commit
b89f51039a
2 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
.travis.yml
+1
-1
setup.py
+ 1
- 2
.travis.yml
View File
@@ -1,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"
script:
./
tox
script: tox
+ 1
- 1
setup.py
View File
@@ -30,5 +30,5 @@ setup(
package_dir={'': 'src'},
include_package_data=True,
install_requires=['docutils'],
tests_require=['virtualenv
>=1.8.4
', 'pytest'],
tests_require=['virtualenv', 'pytest'],
)
Write
Preview
Loading…
Cancel
Save