Skip to content

Commit d299058

Browse files
committed
Install maxminddb package in CI again
We no longer need to install from Git.
1 parent fc7c43d commit d299058

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ before_install:
2222
- sudo make install
2323
- sudo ldconfig
2424
- cd ..
25-
- pip install -e git+https://github.com/maxmind/MaxMind-DB-Reader-python#egg=maxminddb
2625
- "if [[ $RUN_SNYK && $SNYK_TOKEN ]]; then sudo apt-get install -y nodejs; npm install -g snyk; fi"
2726
install:
2827
- pip install -r requirements.txt

0 commit comments

Comments
 (0)