mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
Add .travis.yml for Travis CI
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
language: python
|
||||
|
||||
sudo: false
|
||||
env:
|
||||
- TOXENV=py27
|
||||
- TOXENV=py34
|
||||
- TOXENV=pypy
|
||||
|
||||
install:
|
||||
- travis_retry pip install tox
|
||||
|
||||
script:
|
||||
- tox
|
||||
Reference in New Issue
Block a user