Explorar o código

Adding comments to sync Travis CI and tox config

Jens Rantil %!s(int64=12) %!d(string=hai) anos
pai
achega
68fd865a6f
Modificáronse 2 ficheiros con 3 adicións e 0 borrados
  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