We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9213c30 commit a6300a1Copy full SHA for a6300a1
1 file changed
.travis.yml
@@ -5,6 +5,6 @@ python:
5
- "3.2"
6
- "3.3"
7
# command to install dependencies
8
-install: "pip install lxml"
+install: "pip install lxml python-dateutil"
9
# command to run tests
10
script: py.test
0 commit comments