Browse Source

fixing travis

main
Julien Iguchi-Cartigny 10 years ago
parent
commit
b89f51039a
2 changed files with 2 additions and 3 deletions
  1. +1
    -2
      .travis.yml
  2. +1
    -1
      setup.py

+ 1
- 2
.travis.yml View File

@@ -1,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"
script: ./tox
script: tox


+ 1
- 1
setup.py View File

@@ -30,5 +30,5 @@ setup(
package_dir={'': 'src'},
include_package_data=True,
install_requires=['docutils'],
tests_require=['virtualenv>=1.8.4', 'pytest'],
tests_require=['virtualenv', 'pytest'],
)

Loading…
Cancel
Save