瀏覽代碼

Adding comments to sync Travis CI and tox config

Jens Rantil 12 年之前
父節點
當前提交
68fd865a6f
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      .travis.yml
  2. 2 0
      tox.ini

+ 1 - 0
.travis.yml

@@ -1,4 +1,5 @@
 # Configuration for Travis CI
+# !!! When making changes, make sure to also edit tox.ini !!!
 
 language: python
 python:

+ 2 - 0
tox.ini

@@ -1,3 +1,5 @@
+# !!! When making changes, make sure to also edit .travis.yml !!!
+
 [tox]
 envlist =
     py25,py26,py27