]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix travis
authorMarkus Unterwaditzer <markus@unterwaditzer.net>
Sun, 22 Mar 2015 13:32:16 +0000 (14:32 +0100)
committerMarkus Unterwaditzer <markus@unterwaditzer.net>
Sun, 22 Mar 2015 13:32:16 +0000 (14:32 +0100)
.travis.yml

index 3d7929628ff90c2428d877ab5ddb5c6e50f7829e..0881b19dcedf1bc129b08097a4465456086de3de 100644 (file)
@@ -9,7 +9,7 @@ install:
     - pip install tox
 script:
     - tox -e \
-      $(echo py$TRAVIS_PYTHON_VERSION | tr -d . | sed -e 's/pypypy/pypy/')-$REQUIREMENTS
+      $(echo py$TRAVIS_PYTHON_VERSION | tr -d . | sed -e 's/pypypy/pypy/')
 
 notifications:
   email: false