Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Oct 21, 2014
1 parent bbcc278 commit 32261d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ language: python
matrix:
include:
- python: "2.6"
env: REQUIREMENTS=test_requirements.txt
env: REQUIREMENTS=python2_test_requirements.txt
- python: "2.7"
env: REQUIREMENTS=test_requirements.txt
env: REQUIREMENTS=python2_test_requirements.txt
- python: "3.2"
env: REQUIREMENTS=python3_test_requirements.txt
- python: "3.3"
env: REQUIREMENTS=python3_test_requirements.txt
- python: "3.4"
env: REQUIREMENTS=python3_test_requirements.txt

before_install:
install:
- pip install -r $REQUIREMENTS
- python setup.py develop
script:
Expand Down
File renamed without changes.

0 comments on commit 32261d9

Please sign in to comment.