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
Switched to new travis infrastructure and removed flake8 target.
main
Sorin Sbarnea
9 years ago
parent
f74298a5b0
commit
a2ffbf6fc0
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
.travis.yml
+ 1
- 2
.travis.yml
View File
@@ -1,12 +1,11 @@
language: python
sudo: false
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=flake8
install:
- pip install tox
script:
- tox -e $TOX_ENV
Write
Preview
Loading…
Cancel
Save