Browse Source

Travis config (#1674)

Richard van der Hoff 7 years ago
parent
commit
194b6259c5
1 changed files with 17 additions and 0 deletions
  1. 17 0
      .travis.yml

+ 17 - 0
.travis.yml

@@ -0,0 +1,17 @@
+sudo: false
+language: python
+python: 2.7
+
+# tell travis to cache ~/.cache/pip
+cache: pip
+
+env:
+  - TOX_ENV=packaging
+  - TOX_ENV=pep8
+  - TOX_ENV=py27
+
+install:
+  - pip install tox
+
+script:
+  - tox -e $TOX_ENV